This topic has not yet been rated - Rate this topic

IObjectContextAdapter Interface

Entity Framework

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

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)
public interface IObjectContextAdapter

The IObjectContextAdapter type exposes the following members.

  Name Description
Public property ObjectContext Gets the object context.
Top
Did you find this helpful?
(1500 characters remaining)