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