ObjectContext::QueryProvider Property

.NET Framework (current version)
 

Gets the LINQ query provider associated with this object context.

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public protected:
property IQueryProvider^ QueryProvider {
	IQueryProvider^ get();
}

Property Value

Type: System.Linq::IQueryProvider^

The IQueryProvider instance used by this object context.

.NET Framework
Available since 4.0
Return to top
Show: