Click or drag to resize
WhereConditionBaseTParentWhereIsComplex 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: 10.0.0
Syntax
C#
public bool WhereIsComplex { get; set; }

Property Value

Type: Boolean

Implements

IWhereConditionWhereIsComplex
Remarks
Complex where condition will be surrounded by brackets if added to other where condition.
See Also