Table<TEntity>::IQueryable::Provider Property
.NET Framework (current version)
Gets the query provider that is associated with this data source.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
private: property IQueryProvider^ Provider { virtual IQueryProvider^ get() sealed = IQueryable::Provider::get; }
Property Value
Type: System.Linq::IQueryProvider^The IQueryProvider that is associated with this data source.
Implements
IQueryable::ProviderThis 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: