Свойство | Type | Description | |
---|---|---|---|
_Value | object |
Méthode | Description | |
---|---|---|
Clone ( ) : IWhere | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetSql ( ) : string | ||
IsCompoundFor ( JoinType joinType ) : bool | ||
WhereCriterion ( ) : System | ||
WhereCriterion ( string field, object value ) : System | ||
WhereCriterion ( string field, object value, ComparisonType comparisonType ) : System |
Méthode | Description | |
---|---|---|
ComparisonOperator ( ) : string | ||
FieldTemplate ( ) : string | ||
FormattedValue ( ) : string |
public IsCompoundFor ( JoinType joinType ) : bool | ||
joinType | JoinType | |
Résultat | bool |
public WhereCriterion ( string field, object value ) : System | ||
field | string | |
value | object | |
Résultat | System |
public WhereCriterion ( string field, object value, ComparisonType comparisonType ) : System | ||
field | string | |
value | object | |
comparisonType | ComparisonType | |
Résultat | System |