C# Class DataAccessFramework.Querying.IsNullClause

A where clause for specifying that a column should be null.
Inheritance: WherePart
Show file Open project: PeteProgrammer/DataAccessFramework

Public Methods

Method Description
IsNullClause ( FieldReference field )

Creates a new IsNullClause instance.

Private Methods

Method Description
BuildSql ( BuildSqlContext context ) : void

Implements generating the sql for the clause

Method Details

IsNullClause() public method

Creates a new IsNullClause instance.
public IsNullClause ( FieldReference field )
field FieldReference A reference to the field that should be null.