Click or drag to resize
IWhereConditionWhereIsComplex Property
Returns true if the given where condition contains compound conditions, e. g. "A > 1 AND B = 5"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
bool WhereIsComplex { get; set; }

Property Value

Type: Boolean
See Also