C# Class DataAccessFramework.Querying.LongConstant

Where part containing an 64bit integer constant.
Inheritance: WherePart
Afficher le fichier Open project: PeteProgrammer/DataAccessFramework

Méthodes publiques

Méthode Description
LongConstant ( long value )

Creates a new LongConstant instance

Private Methods

Méthode Description
BuildSql ( BuildSqlContext context ) : void

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

Method Details

LongConstant() public méthode

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