C# Class IQMap.Implementation.WhereClause

Inheritance: IWhereClause
Afficher le fichier Open project: jamietre/IQMap Class Usage Examples

Protected Properties

Свойство Type Description
_Owner ISqlQuery

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
JoinOperator ( ) : string

Method Details

Add() public méthode

public Add ( ) : IWhereClause
Résultat IWhereClause

Add() public méthode

public Add ( IWhere criterion ) : IWhereClause
criterion IWhere
Résultat IWhereClause

Add() public méthode

public Add ( string field, object value ) : IWhereClause
field string
value object
Résultat IWhereClause

Add() public méthode

public Add ( string field, object value, ComparisonType comparisonType ) : IWhereClause
field string
value object
comparisonType ComparisonType
Résultat IWhereClause

Clone() public méthode

public Clone ( ) : IWhere
Résultat IWhere

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSql() public méthode

public GetSql ( ) : string
Résultat string

IsCompoundFor() public méthode

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

JoinOperator() protected méthode

protected JoinOperator ( ) : string
Résultat string

WhereClause() public méthode

public WhereClause ( ) : System
Résultat System

WhereClause() public méthode

public WhereClause ( JoinType joinType ) : System
joinType JoinType
Résultat System

Property Details

_Owner protected_oe property

protected ISqlQuery _Owner
Résultat ISqlQuery