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

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

Parameters

nestedQuery
Type: CMS.DataEngineIDataQuery
Nested query

Return Value

Type: TParent
See Also