ILinqSpecification.

GetExpression() Method

Summary

Gets Linq Expression with candidate object verification.

Syntax

[NotNull]
Expression GetExpression()

Attributes

Type Description
NotNull

Return Value

Type Description
Expression Linq expression.
GitHub