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 abstract Provider : IQueryProvider with get private override Provider : IQueryProvider with get
Property Value
Type: System.Linq.IQueryProviderThe 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: