Share via


TableQuery<TElement>.Expression Property

Definition

Gets the expression tree.

public System.Linq.Expressions.Expression Expression { get; }
member this.Expression : System.Linq.Expressions.Expression
Public ReadOnly Property Expression As Expression

Property Value

The Expression that is associated with this instance of IQueryable.

Implements

Applies to