C# 클래스 Catnap.Citeria.Conditions.ColumnCondition

상속: IConditionMarker
파일 보기 프로젝트 열기: timscott/catnap

보호된 프로퍼티들

프로퍼티 타입 설명
format string

공개 메소드들

메소드 설명
ToSql ( ) : string

보호된 메소드들

메소드 설명
ColumnCondition ( string columnName, string format )

메소드 상세

ColumnCondition() 보호된 메소드

protected ColumnCondition ( string columnName, string format )
columnName string
format string

ToSql() 공개 메소드

public ToSql ( ) : string
리턴 string

프로퍼티 상세

format 보호되어 있는 프로퍼티

protected string format
리턴 string