ObjectQuery::IQueryable::Provider Property
.NET Framework (current version)
Gets the LINQ IQueryProvider associated with this query instance.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
private: property IQueryProvider^ Provider { virtual IQueryProvider^ get() sealed = IQueryable::Provider::get; }
Property Value
Type: System.Linq::IQueryProvider^The IQueryProvider associated with this query instance.
Implements
IQueryable::ProviderThis member is an explicit interface member implementation. It can be used only when the ObjectQuery<T> instance is cast to an IListSource interface.
.NET Framework
Available since 3.5
Available since 3.5
Show: