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