WhereBuilder GetWhere Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodGetWhere(String, QueryUnaryOperator)
Gets the where condition for the given column
Public methodGetWhere(IQueryObjectWithValue, QueryUnaryOperator)
Gets the where condition for the given column
Public methodGetWhere(String, QueryOperator, Object, QueryDataParameters )
Gets the where condition for the given column
Public methodGetWhere(IQueryObjectWithValue, QueryOperator, Object, QueryDataParameters )
Gets the where condition for the given expressions. Note that in this variant string value is always represented as a value. To pass in column name, you need to use new QueryColumn("Name")
Back to Top
See Also