Click or drag to resize
WhereConditionBaseTParentWhereLessThan Method
Overload List
  NameDescription
Public methodWhereLessThan(String, Object)
Adds the given where condition to the query. Matches the left side which is less than the right side.
Public methodWhereLessThan(IQueryObjectWithValue, Object)
Adds the given where condition to the query. Matches the left side which is less than the right side.
Top
See Also