C# 클래스 IQMap.Implementation.WhereClause

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

보호된 프로퍼티들

프로퍼티 타입 설명
_Owner ISqlQuery

공개 메소드들

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

Returns true if any components of this query are of a different join type than the test

WhereClause ( ) : System
WhereClause ( JoinType joinType ) : System

보호된 메소드들

메소드 설명
JoinOperator ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( ) : IWhereClause
리턴 IWhereClause

Add() 공개 메소드

public Add ( IWhere criterion ) : IWhereClause
criterion IWhere
리턴 IWhereClause

Add() 공개 메소드

public Add ( string field, object value ) : IWhereClause
field string
value object
리턴 IWhereClause

Add() 공개 메소드

public Add ( string field, object value, ComparisonType comparisonType ) : IWhereClause
field string
value object
comparisonType ComparisonType
리턴 IWhereClause

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() 공개 메소드

Returns true if any components of this query are of a different join type than the test
public IsCompoundFor ( JoinType joinType ) : bool
joinType JoinType
리턴 bool

JoinOperator() 보호된 메소드

protected JoinOperator ( ) : string
리턴 string

WhereClause() 공개 메소드

public WhereClause ( ) : System
리턴 System

WhereClause() 공개 메소드

public WhereClause ( JoinType joinType ) : System
joinType JoinType
리턴 System

프로퍼티 상세

_Owner 보호되어 있는 프로퍼티

protected ISqlQuery _Owner
리턴 ISqlQuery