Information
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.

Namespace:   System.Data.Entity.Core.Objects
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.

Return to top
Show: