Click or drag to resize
IWhereConditionTParentWhereNotIn Method (String, ICollectionGuid)
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#
TParent WhereNotIn(
	string columnName,
	ICollection<Guid> values
)

Parameters

columnName
Type: SystemString
Column name
values
Type: System.Collections.GenericICollectionGuid
List of values for the query

Return Value

Type: TParent
See Also