IQueryable::Expression Property

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

Namespace:  System.Linq
Assembly:  System.Core (in System.Core.dll)

No code example is currently available or this language may not be supported.

Property Value

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

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

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

ADD
Show: