| WhereConditionBaseTParentWhereLessThan Method |
| Name | Description | |
|---|---|---|
| WhereLessThan(String, Object) |
Adds the given where condition to the query. Matches the left side which is less than the right side.
| |
| WhereLessThan(IQueryObjectWithValue, Object) |
Adds the given where condition to the query. Matches the left side which is less than the right side.
|