C# 클래스 IQMap.Implementation.WhereString

Legacy - to support unstructured where stuff
상속: IWhere
파일 보기 프로젝트 열기: jamietre/IQMap 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : IWhere
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSql ( ) : string
IsCompoundFor ( JoinType joinType ) : bool
WhereString ( ) : System
WhereString ( string clause ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : IWhere
리턴 IWhere

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSql() 공개 메소드

public GetSql ( ) : string
리턴 string

IsCompoundFor() 공개 메소드

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

WhereString() 공개 메소드

public WhereString ( ) : System
리턴 System

WhereString() 공개 메소드

public WhereString ( string clause ) : System
clause string
리턴 System