Click or drag to resize
WhereBuilder.GetExists Method
Gets the EXISTS expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual string GetExists(
	bool negation,
	string nested
)

Parameters

negation
Type: System.Boolean
If true, produces NOT EXISTS
nested
Type: System.String
Nested expression

Return Value

Type: String
See Also