C# Class DataAccessFramework.Querying.BoolConstant

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

Méthodes publiques

Méthode Description
BoolConstant ( bool value )

Creates a new IntConstant value

Private Methods

Méthode Description
BuildSql ( BuildSqlContext context ) : void

Builds the SQL for the integer constants. Creates a parameter

Method Details

BoolConstant() public méthode

Creates a new IntConstant value
public BoolConstant ( bool value )
value bool