C# Class IQMap.Implementation.WhereClause

Inheritance: IWhereClause
ファイルを表示 Open project: jamietre/IQMap Class Usage Examples

Protected Properties

Property Type Description
_Owner ISqlQuery

Public Methods

Method Description
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

Protected Methods

Method Description
JoinOperator ( ) : string

Method Details

Add() public method

public Add ( ) : IWhereClause
return IWhereClause

Add() public method

public Add ( IWhere criterion ) : IWhereClause
criterion IWhere
return IWhereClause

Add() public method

public Add ( string field, object value ) : IWhereClause
field string
value object
return IWhereClause

Add() public method

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

Clone() public method

public Clone ( ) : IWhere
return IWhere

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSql() public method

public GetSql ( ) : string
return string

IsCompoundFor() public method

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

JoinOperator() protected method

protected JoinOperator ( ) : string
return string

WhereClause() public method

public WhereClause ( ) : System
return System

WhereClause() public method

public WhereClause ( JoinType joinType ) : System
joinType JoinType
return System

Property Details

_Owner protected_oe property

protected ISqlQuery _Owner
return ISqlQuery