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

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 OnlineString 
Name values for the IN expression
guids (Optional)
Type: OnlineSystem Boolean
If true, the values are GUIDs
See Also