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