The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ObjectContext::QueryProvider Property
Entity Framework 6.0
Gets the LINQ query provider associated with this object context.
Assembly: EntityFramework (in EntityFramework.dll)
public protected: property IQueryProvider^ QueryProvider { virtual IQueryProvider^ get(); }
Property Value
Type: System.Linq::IQueryProvider^The IQueryProvider instance used by this object context.
Show: