Table<TEntity>::IQueryable::Expression Property
.NET Framework (current version)
Gets the expression tree that is associated with this instance of IQueryable.
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.
Implements
IQueryable::ExpressionThis 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
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: