SelectCondition PrepareWhereCondition Method Kentico 8.0 API Reference
Prepares the where condition for the given list.

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

Parameters

usedColumn
Type: OnlineSystem String
Column to be used in the temp table
method
Type: OnlineSystem String
Method to use for preparation
columnName
Type: OnlineSystem String
Column name for the where condition
values
Type: OnlineSystem.Collections IEnumerable
Values for the where condition
negation
Type: OnlineSystem Boolean
Indicates if the negation should be used in the condition (ABC NOT IN (1, 2, 3 ...))

Return Value

Type: OnlineString
See Also