IWhereConditionWhereIsComplex Property |
Returns true if the given where condition contains compound conditions, e. g. "A > 1 AND B = 5"
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax bool WhereIsComplex { get; set; }
Property Value
Type:
BooleanSee Also