Click or drag to resize
IWhereConditionTParentOr Method (ActionWhereCondition)
Adds the given where condition with the OR operator. Creates a new where condition object and runs the setup actions on it.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TParent Or(
	Action<WhereCondition> where
)

Parameters

where
Type: SystemActionWhereCondition

Return Value

Type: TParent
See Also