WhereConditionBaseTParentAddWhereConditionInternal Method |
Adds the given where condition
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected void AddWhereConditionInternal(
IWhereCondition condition,
bool negation = false
)
Parameters
- condition
- Type: CMS.DataEngineIWhereCondition
Condition to add - negation (Optional)
- Type: SystemBoolean
If true, the added where condition is negated
See Also