SqlHelper GetWhereCondition T  Method (String, IEnumerable String , 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

columnName
Type: OnlineSystem String
Column name
values
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
Values
useUnicode
Type: OnlineSystem Boolean
Indicates if the preposition 'N' should be used for string values

Return Value

Type: OnlineString
See Also