WhereConditionBase TParent  Where Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodWhere( IWhereCondition )
Adds the given where conditions to the query
Public methodWhere(Action WhereCondition )
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(IQueryObjectWithValue, 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.
Public methodWhere(IQueryObjectWithValue, QueryOperator, Object)
Adds the given where condition to the query. Matches the column to a given value.
Back to Top
See Also