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.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Property Value
Type: System.Linq.Expressions.LambdaExpressionThe lambda expression that represents the query.
Show: