Table<TEntity>::IQueryable::Expression Property

 

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

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

private:
property Expression^ Expression {
	virtual Expression^ get() sealed = IQueryable::Expression::get;
}

Property Value

Type: System.Linq.Expressions::Expression^

The Expression that is associated with this instance of IQueryable.

This member is an explicit interface member implementation. It can be used only when the Table<TEntity> instance is cast to an IQueryable interface.

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