Click or drag to resize

ISpecificationVisitorTCreateLambdaExpression Method

Creates a lambda-expression using the specified expression. Typically, this method simply returns the parameter.

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

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncT, Boolean
The expression that was originally passed to the specification.

Return Value

Type: ExpressionFuncT, Boolean
The created expression.
See Also