Property Expression
Expression
Gets the expression tree associated with the instance of System.Linq.IQueryable.
Declaration
public Expression Expression { get; }
Property Value
Type | Description |
---|---|
System.Linq.Expressions.Expression | Gets the expression tree associated with the instance of System.Linq.IQueryable. |
Implements
System.Linq.IQueryable.Expression