SqlHelper GetWhereCondition Method (String, IList Int32 , Boolean)Kentico 8.0 API Reference
Creates the where condition for the array of values.

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

Parameters

columnNames
Type: OnlineSystem String
Column name
values
Type: OnlineSystem.Collections.Generic IList OnlineInt32 
Values
negation
Type: OnlineSystem Boolean
Indicates if NOT IN should be used

Return Value

Type: OnlineString
See Also