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

CompiledQuery.Expression Property

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

Returns the query as a lambda expression.

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

public LambdaExpression Expression { get; }

Property Value

Type: System.Linq.Expressions.LambdaExpression
The lambda expression that represents the query.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft