Свойство | Type | Description | |
---|---|---|---|
_Owner | ISqlQuery |
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éthode | Description | |
---|---|---|
JoinOperator ( ) : string |
public Add ( IWhere criterion ) : IWhereClause | ||
criterion | IWhere | |
Résultat | IWhereClause |
public Add ( string field, object value ) : IWhereClause | ||
field | string | |
value | object | |
Résultat | IWhereClause |
public Add ( string field, object value, ComparisonType comparisonType ) : IWhereClause | ||
field | string | |
value | object | |
comparisonType | ComparisonType | |
Résultat | IWhereClause |
public IsCompoundFor ( JoinType joinType ) : bool | ||
joinType | JoinType | |
Résultat | bool |
public WhereClause ( JoinType joinType ) : System | ||
joinType | JoinType | |
Résultat | System |