C# 클래스 DataAccessFramework.Querying.IntConstant

Where part containing an integer constant.
상속: WherePart
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework

공개 메소드들

메소드 설명
IntConstant ( int value )

Creates a new IntConstant value

비공개 메소드들

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

Builds the SQL for the integer constants. Creates a parameter

메소드 상세

IntConstant() 공개 메소드

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