SelectCondition Constructor (String, IList Int32 , Boolean)Kentico 8.0 API Reference
Constructor, prepares the condition over IDs.

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

Parameters

columnName
Type: OnlineSystem String
Column name
values
Type: OnlineSystem.Collections.Generic IList OnlineInt32 
ID values for the IN expression
negation (Optional)
Type: OnlineSystem Boolean
Indicates if the negation should be used in the condition (ABC NOT IN (1, 2, 3 ...))
See Also