WhereConditionBase<TParent>.WhereIn Method (String, IList<Int32>, Boolean)Kentico 8.1 API Reference
Adds where condition to the list of values, e.g. "columnName IN (...)"

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

Parameters

columnName
Type: OnlineSystem.String
Column name
values
Type: OnlineSystem.Collections.Generic.IList<OnlineInt32>
List of values for the query
negation
Type: OnlineSystem.Boolean
If true, the expression is NOT IN

Return Value

Type: TParent
See Also