| WhereConditionBaseTParentAddWhereConditionInternal Method  | 
            Adds the given where condition
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxprotected 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