ObjectContext.IObjectContextAdapter.ObjectContext Property

Definition

Returns itself. ObjectContext implements IObjectContextAdapter to provide a common interface for DbContext and ObjectContext both of which will return the underlying ObjectContext.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
System.Data.Entity.Core.Objects.ObjectContext System.Data.Entity.Infrastructure.IObjectContextAdapter.ObjectContext { get; }
System.Data.Entity.Infrastructure.IObjectContextAdapter.ObjectContext
 ReadOnly Property ObjectContext As ObjectContext Implements IObjectContextAdapter.ObjectContext

Property Value

Implements

Attributes

Applies to