Expression Property
Collapse the table of content
Expand the table of content

IQueryable.Expression Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

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

'Declaration
ReadOnly Property Expression As Expression

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft