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