Overload List
Name | Description | |
---|---|---|
WhereLike(String, String) |
Adds the given where condition to the query. Matches the column to a given value using LIKE operator.
| |
WhereLike(IQueryObjectWithValue, Object) |
Adds the given where condition to the query. Matches the left side and right side using LIKE operator.
|
See Also