WhereBuilderGetExists Method |
Gets the EXISTS expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public virtual string GetExists(
bool negation,
string nested
)
Parameters
- negation
- Type: SystemBoolean
If true, produces NOT EXISTS - nested
- Type: SystemString
Nested expression
Return Value
Type:
StringSee Also