Overload List
Name | Description | |
---|---|---|
Where( IWhereCondition ) |
Adds the given where conditions to the query
| |
Where(Action WhereCondition ) |
Adds the given where condition to the query. Creates a new where condition object and runs the setup actions on it.
| |
Where(String, QueryDataParameters) |
Adds the given where condition to the query
| |
Where(String, QueryUnaryOperator) |
Adds the given where condition to the query. Matches the column value with an unary operator.
| |
Where(IQueryObjectWithValue, QueryUnaryOperator) |
Adds the given where condition to the query. Matches the column value with an unary operator.
| |
Where(String, QueryOperator, Object) |
Adds the given where condition to the query. Matches the column to a given value.
| |
Where(IQueryObjectWithValue, QueryOperator, Object) |
Adds the given where condition to the query. Matches the column to a given value.
|
See Also