C# Class DataAccessFramework.Querying.LongConstant

Where part containing an 64bit integer constant.
Inheritance: WherePart
Datei anzeigen Open project: PeteProgrammer/DataAccessFramework

Public Methods

Method Description
LongConstant ( long value )

Creates a new LongConstant instance

Private Methods

Method Description
BuildSql ( BuildSqlContext context ) : void

Builds the SQL for the 64bit integer constants. Creates a parameter

Method Details

LongConstant() public method

Creates a new LongConstant instance
public LongConstant ( long value )
value long