C# 클래스 IQMap.SqlQueryBuilder.Impl.WhereString

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

보호된 프로퍼티들

프로퍼티 타입 설명
_InnerParameterCollection IParameterCollection

공개 메소드들

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

비공개 메소드들

메소드 설명
ISqlClause ( ) : ISqlClause

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : IWhere
리턴 IWhere

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSql() 공개 메소드

public GetSql ( ) : string
리턴 string

MustParenthesizeFor() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WhereString() 공개 메소드

public WhereString ( ) : System
리턴 System

WhereString() 공개 메소드

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

프로퍼티 상세

_InnerParameterCollection 보호되어 있는 프로퍼티

protected IParameterCollection _InnerParameterCollection
리턴 IParameterCollection