C# Class IQMap.Implementation.WhereCriterion

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

Protected Properties

Свойство Type Description
_Value object

Méthodes publiques

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éthodes protégées

Méthode Description
ComparisonOperator ( ) : string
FieldTemplate ( ) : string
FormattedValue ( ) : string

Method Details

Clone() public méthode

public Clone ( ) : IWhere
Résultat IWhere

ComparisonOperator() protected méthode

protected ComparisonOperator ( ) : string
Résultat string

Equals() public méthode

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

FieldTemplate() protected méthode

protected FieldTemplate ( ) : string
Résultat string

FormattedValue() protected méthode

protected FormattedValue ( ) : string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSql() public méthode

public GetSql ( ) : string
Résultat string

IsCompoundFor() public méthode

public IsCompoundFor ( JoinType joinType ) : bool
joinType JoinType
Résultat bool

WhereCriterion() public méthode

public WhereCriterion ( ) : System
Résultat System

WhereCriterion() public méthode

public WhereCriterion ( string field, object value ) : System
field string
value object
Résultat System

WhereCriterion() public méthode

public WhereCriterion ( string field, object value, ComparisonType comparisonType ) : System
field string
value object
comparisonType ComparisonType
Résultat System

Property Details

_Value protected_oe property

protected object _Value
Résultat object