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