C# Class IQMap.SqlQueryBuilder.Impl.WhereString

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

Protected Properties

Property Type Description
_InnerParameterCollection IParameterCollection

Public Methods

Method 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

Method Description
ISqlClause ( ) : ISqlClause

Method Details

Clear() public method

public Clear ( ) : void
return void

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

MustParenthesizeFor() public method

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

ToString() public method

public ToString ( ) : string
return string

WhereString() public method

public WhereString ( ) : System
return System

WhereString() public method

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

Property Details

_InnerParameterCollection protected_oe property

protected IParameterCollection _InnerParameterCollection
return IParameterCollection