Click or drag to resize
IWhereConditionTParentWhereNotExists Method
Adds where condition with NOT EXISTS and the nested query "NOT EXISTS (...)"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
TParent WhereNotExists(
	IDataQuery nestedQuery
)

Parameters

nestedQuery
Type: CMS.DataEngineIDataQuery
Nested query

Return Value

Type: TParent
See Also