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