C# Class DataAccessFramework.Querying.IntConstant

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

Public Methods

Method Description
IntConstant ( int value )

Creates a new IntConstant value

Private Methods

Method Description
BuildSql ( BuildSqlContext context ) : void

Builds the SQL for the integer constants. Creates a parameter

Method Details

IntConstant() public method

Creates a new IntConstant value
public IntConstant ( int value )
value int