CompositeSpecification<T>.

GetExpression() Method

Summary

Gets typed lambda Linq Expression with candidate object verification. Expression is composed by two separate Linq Expressions, from Specifications passed in constructor.

Syntax

[PublicAPI]
public Expression<Func<T, bool>> GetExpression()

Attributes

Type Description
PublicAPI

Return Value

Type Description
Expression<Func<T, bool>> Strongly typed, composed lambda Linq Expression.
GitHub