System.Linq.IQueryable.Expression Property

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

Syntax

public System.Linq.Expressions.Expression Expression { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If an instance of System.Linq.IQueryable represents a vbteclinq query against a data source, the associated expression tree represents that query.

Requirements

Namespace: System.Linq
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 3.5.0.0, 4.0.0.0