Click or drag to resize
WhereConditionBase<TParent>.WhereNotIn Method (String, ICollection<Int64>)
Adds where condition to the list of values, e.g. "columnName NOT IN (...)"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public virtual TParent WhereNotIn(
	string columnName,
	ICollection<long> values
)

Parameters

columnName
Type: System.String
Column name
values
Type: System.Collections.Generic.ICollection<Int64>
List of values for the query

Return Value

Type: TParent
See Also