IObjectContextAdapter 接口

定义

接口由可以提供 ObjectContext 实例的对象实现。 类 DbContext 实现此接口以提供对基础 ObjectContext 的访问。

public interface IObjectContextAdapter
type IObjectContextAdapter = interface
Public Interface IObjectContextAdapter
派生

属性

ObjectContext

获取对象上下文。

适用于