Click or drag to resize

ISpecificationVisitorTCreateNotExpression Method

Creates a NOT-expression using the specified specification.

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

Parameters

specification
Type: Enkoni.FrameworkISpecificationT
The specification whose result must be inverted.

Return Value

Type: ExpressionFuncT, Boolean
The created expression.
See Also