| WhereConditionBaseTParentWhereExists Method (IDataQuery, Boolean) | 
            Adds where condition with EXISTS and the nested query "EXISTS (...)"
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
 Syntax
Syntaxprotected 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
See Also