C# Class IQMap.SqlQueryBuilder.Impl.WhereString

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

Protected Properties

Свойство Type Description
_InnerParameterCollection IParameterCollection

Méthodes publiques

Méthode Description
Clear ( ) : void
Clone ( ) : IWhere
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSql ( ) : string
MustParenthesizeFor ( JoinType joinType ) : bool
ToString ( ) : string
WhereString ( ) : System
WhereString ( string clause ) : System

Private Methods

Méthode Description
ISqlClause ( ) : ISqlClause

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

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

MustParenthesizeFor() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

WhereString() public méthode

public WhereString ( ) : System
Résultat System

WhereString() public méthode

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

Property Details

_InnerParameterCollection protected_oe property

protected IParameterCollection _InnerParameterCollection
Résultat IParameterCollection