BaseCollectionSpecification<T, TType>.

GetExpression() Method

Summary

Combines Expression from TType Specification for all candidate elements.

Syntax

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

Attributes

Type Description
PublicAPI

Return Value

Type Description
Expression<Func<T, bool>> Combined lambda Linq Expression for candidate as collection.
GitHub