Click or drag to resize
WhereConditionBaseTParentWhereExists Method (IDataQuery, Boolean)
Adds where condition with EXISTS and the nested query "EXISTS (...)"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
protected TParent WhereExists(
	IDataQuery nestedQuery,
	bool negation
)

Parameters

nestedQuery
Type: CMS.DataEngineIDataQuery
Nested query
negation
Type: SystemBoolean
If true, the expression is NOT EXISTS

Return Value

Type: TParent
See Also