C# 클래스 IQMap.Implementation.WhereCriterion

상속: IWhereCriterion
파일 보기 프로젝트 열기: jamietre/IQMap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_Value object

공개 메소드들

메소드 설명
Clone ( ) : IWhere
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSql ( ) : string
IsCompoundFor ( JoinType joinType ) : bool
WhereCriterion ( ) : System
WhereCriterion ( string field, object value ) : System
WhereCriterion ( string field, object value, ComparisonType comparisonType ) : System

보호된 메소드들

메소드 설명
ComparisonOperator ( ) : string
FieldTemplate ( ) : string
FormattedValue ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : IWhere
리턴 IWhere

ComparisonOperator() 보호된 메소드

protected ComparisonOperator ( ) : string
리턴 string

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FieldTemplate() 보호된 메소드

protected FieldTemplate ( ) : string
리턴 string

FormattedValue() 보호된 메소드

protected FormattedValue ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSql() 공개 메소드

public GetSql ( ) : string
리턴 string

IsCompoundFor() 공개 메소드

public IsCompoundFor ( JoinType joinType ) : bool
joinType JoinType
리턴 bool

WhereCriterion() 공개 메소드

public WhereCriterion ( ) : System
리턴 System

WhereCriterion() 공개 메소드

public WhereCriterion ( string field, object value ) : System
field string
value object
리턴 System

WhereCriterion() 공개 메소드

public WhereCriterion ( string field, object value, ComparisonType comparisonType ) : System
field string
value object
comparisonType ComparisonType
리턴 System

프로퍼티 상세

_Value 보호되어 있는 프로퍼티

protected object _Value
리턴 object