Click or drag to resize
IWhereConditionTParentWhere Method
Overload List
  NameDescription
Public methodWhere(IWhereCondition)
Adds the given where conditions to the query
Public methodWhere(ActionWhereCondition)
Adds the given where condition to the query. Creates a new where condition object and runs the setup actions on it.
Public methodWhere(String, QueryDataParameters)
Adds the given where condition to the query
Public methodWhere(String, QueryUnaryOperator)
Adds the given where condition to the query. Matches the column value with an unary operator.
Public methodWhere(String, QueryOperator, Object)
Adds the given where condition to the query. Matches the column to a given value.
Top
See Also