ObjectQuery.Context Property

 

Gets the object context associated with this object query.

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

public ObjectContext Context { get; }

Property Value

Type: System.Data.Entity.Core.Objects.ObjectContext

The ObjectContext associated with this ObjectQuery<T> instance.