Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.DataEngine
WhereConditionBase(TParent) Class
WhereConditionBase(TParent) Methods
WhereIn Method
WhereIn Method (String, IDataQuery)
WhereIn Method (String, IList(Int32))
WhereIn Method (String, IList(String))
WhereIn Method (String, IDataQuery, Boolean)
WhereIn Method (String, IList(Int32), Boolean)
WhereIn Method (String, IList(String), Boolean)
WhereConditionBase
TParent
WhereIn Method (String, IList
Int32
)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
Copy
public
TParent
WhereIn
(
string
columnName
,
IList
<
int
>
values
)
Parameters
columnName
Type:
System
String
Column name
values
Type:
System.Collections.Generic
IList
Int32
List of values for the query
Return Value
Type:
TParent
Implements
IWhereCondition
TParent
WhereIn(String, IList
Int32
)
See Also
Reference
WhereConditionBase
TParent
Class
WhereIn Overload
CMS.DataEngine Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com