Click or drag to resize
WhereConditionBaseTParentAddWhereCondition Method
Adds the given where condition to the final where condition

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected TParent AddWhereCondition(
	string where
)

Parameters

where
Type: SystemString
Where condition

Return Value

Type: TParent
See Also