C# Class IQMap.Implementation.WhereCriterion

Inheritance: IWhereCriterion
Mostra file Open project: jamietre/IQMap Class Usage Examples

Protected Properties

Property Type Description
_Value object

Public Methods

Method 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

Protected Methods

Method Description
ComparisonOperator ( ) : string
FieldTemplate ( ) : string
FormattedValue ( ) : string

Method Details

Clone() public method

public Clone ( ) : IWhere
return IWhere

ComparisonOperator() protected method

protected ComparisonOperator ( ) : string
return string

Equals() public method

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

FieldTemplate() protected method

protected FieldTemplate ( ) : string
return string

FormattedValue() protected method

protected FormattedValue ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetSql() public method

public GetSql ( ) : string
return string

IsCompoundFor() public method

public IsCompoundFor ( JoinType joinType ) : bool
joinType JoinType
return bool

WhereCriterion() public method

public WhereCriterion ( ) : System
return System

WhereCriterion() public method

public WhereCriterion ( string field, object value ) : System
field string
value object
return System

WhereCriterion() public method

public WhereCriterion ( string field, object value, ComparisonType comparisonType ) : System
field string
value object
comparisonType ComparisonType
return System

Property Details

_Value protected_oe property

protected object _Value
return object