IQueryable.Expression Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the expression tree that is associated with the instance of IQueryable.
Namespace: System.Linq
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
ReadOnly Property Expression As Expression
Expression Expression { get; }
Property Value
Type: System.Linq.Expressions.Expression
The Expression that is associated with this instance of IQueryable.
Remarks
If an instance of IQueryable represents a LINQ query against a data source, the associated expression tree represents that query.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.