C# 클래스 DataAccessFramework.Querying.IsNullClause

A where clause for specifying that a column should be null.
상속: WherePart
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework

공개 메소드들

메소드 설명
IsNullClause ( FieldReference field )

Creates a new IsNullClause instance.

비공개 메소드들

메소드 설명
BuildSql ( BuildSqlContext context ) : void

Implements generating the sql for the clause

메소드 상세

IsNullClause() 공개 메소드

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