C# Class IQMap.Implementation.WhereString

Legacy - to support unstructured where stuff
Inheritance: IWhere
Show file Open project: jamietre/IQMap Class Usage Examples

Public Methods

Method Description
Clone ( ) : IWhere
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSql ( ) : string
IsCompoundFor ( JoinType joinType ) : bool
WhereString ( ) : System
WhereString ( string clause ) : System

Method Details

Clone() public method

public Clone ( ) : IWhere
return IWhere

Equals() public method

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

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

WhereString() public method

public WhereString ( ) : System
return System

WhereString() public method

public WhereString ( string clause ) : System
clause string
return System