Click or drag to resize
WhereConditionBaseTParentAddWhereConditionInternal Method
Adds the given where condition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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