Click or drag to resize
WhereConditionBaseTParentWhereNotIn Method (String, IDataQuery)
Adds where condition to the nested query, 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,
	IDataQuery nestedQuery
)

Parameters

columnName
Type: SystemString
Column name
nestedQuery
Type: CMS.DataEngineIDataQuery
Nested query

Return Value

Type: TParent

Implements

IWhereConditionTParentWhereNotIn(String, IDataQuery)
See Also