C# Class IQMap.Implementation.WhereString

Legacy - to support unstructured where stuff
Inheritance: IWhere
Afficher le fichier Open project: jamietre/IQMap Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Clone ( ) : IWhere
Résultat IWhere

Equals() public méthode

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

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

WhereString() public méthode

public WhereString ( ) : System
Résultat System

WhereString() public méthode

public WhereString ( string clause ) : System
clause string
Résultat System