Summary
Gets typed lambda
Linq Expression with candidate property verification.
- Namespace
- FluentSpecification
.Core .Composite - Containing Type
- Property
Specification <T, TProperty>
Syntax
[PublicAPI]
public Expression<Func<T, bool>> GetExpression()
Attributes
| Type | Description |
|---|---|
| PublicAPI |
Return Value
| Type | Description |
|---|---|
| Expression |
Strongly typed lambda Linq Expression. |
Exceptions
| Type | Description |
|---|---|
| System.NullReferenceException | Thrown when candidate is null or his reference property is null. |

