IObjectContextAdapter Interface

Definition

Interface implemented by objects that can provide an ObjectContext instance. The DbContext class implements this interface to provide access to the underlying ObjectContext.

public interface IObjectContextAdapter
type IObjectContextAdapter = interface
Public Interface IObjectContextAdapter
Derived

Properties

ObjectContext

Gets the object context.

Applies to