WhereBuilder GetWhere Method (IQueryObjectWithValue, QueryOperator, Object, QueryDataParameters )Kentico 8.1 API Reference
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")

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Return Value

Type: OnlineString
See Also