Click or drag to resize

ISpecificationVisitorTCreateOrExpression Method

Creates an OR-expression using the two specified specifications.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
Expression<Func<T, bool>> CreateOrExpression(
	ISpecification<T> leftOperand,
	ISpecification<T> rightOperand
)

Parameters

leftOperand
Type: Enkoni.FrameworkISpecificationT
The left operand of the combination.
rightOperand
Type: Enkoni.FrameworkISpecificationT
The right operand of the combination.

Return Value

Type: ExpressionFuncT, Boolean
The created expression.
See Also