Method | Description | |
---|---|---|
Append ( string predicate ) : |
Appends the specified predicate (the WHERE keyword will be set when calling ApplyTo so it doesn't need specifying in the predicate).
|
|
Append ( string predicate, object arg ) : |
Appends the specified predicate (the WHERE keyword will be set when calling ApplyTo so it doesn't need specifying in the predicate).
|
|
ApplyTo ( IWhereOrOrderBy selectFrom ) : IAndOrOrderBy |
Applies the predicate defined in this predicate builder to the result of SqlBuilder.Select().From().
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
public Append ( string predicate ) : |
||
predicate | string | The predicate to be appended. |
return |
public Append ( string predicate, object arg ) : |
||
predicate | string | The predicate to be appended. |
arg | object | The argument value. |
return |
public ApplyTo ( IWhereOrOrderBy selectFrom ) : IAndOrOrderBy | ||
selectFrom | IWhereOrOrderBy | The result of the |
return | IAndOrOrderBy |