ObjectQuery.Context Property

Definition

Gets the object context associated with this object query.

public System.Data.Entity.Core.Objects.ObjectContext Context { get; }
member this.Context : System.Data.Entity.Core.Objects.ObjectContext
Public ReadOnly Property Context As ObjectContext

Property Value

The ObjectContext associated with this ObjectQuery<T> instance.

Applies to