Click or drag to resize
IWhereConditionTParentOr Method (IWhereCondition)
Adds the given where condition with the OR operator

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TParent Or(
	IWhereCondition where
)

Parameters

where
Type: CMS.DataEngineIWhereCondition

Return Value

Type: TParent
See Also