WhereConditionBaseTParentWhereIsComplex 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 Remarks
Complex where condition will be surrounded by brackets if added to other where condition.
See Also