CompiledQuery::Expression Property

 

Returns the query as a lambda expression.

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

public:
property LambdaExpression^ Expression {
	LambdaExpression^ get();
}

Property Value

Type: System.Linq.Expressions::LambdaExpression^

The lambda expression that represents the query.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: