IObjectContextAdapter インターフェイス

定義

インスタンスを提供 ObjectContext できるオブジェクトによって実装されるインターフェイス。 クラスは DbContext 、基になる ObjectContext へのアクセスを提供するために、このインターフェイスを実装します。

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

プロパティ

ObjectContext

オブジェクトのコンテキストを取得します。

適用対象