Click or drag to resize

ObjectQueryTObjectExpression Property

Gets the expression tree that is associated with the instance of IQueryable.

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Expression Expression { get; }

Return Value

Type: Expression
The Expression that is associated with this instance of IQueryable.

Implements

IQueryableExpression
See Also