次の方法で共有


TransactionHandler.DbContext プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

トランザクション操作が処理されるコンテキストを取得します。

名前空間:  System.Data.Entity.Infrastructure
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Property DbContext As DbContext 
    Get 
    Private Set
'使用
Dim instance As TransactionHandler 
Dim value As DbContext 

value = instance.DbContext
public DbContext DbContext { get; private set; }
public:
property DbContext^ DbContext {
    DbContext^ get ();
    private: void set (DbContext^ value);
}
member DbContext : DbContext with get, private set
function get DbContext () : DbContext 
private function set DbContext (value : DbContext)

プロパティ値

型 : System.Data.Entity.DbContext
トランザクション操作が処理される DbContext。null を使用できます。

参照

参照

TransactionHandler クラス

System.Data.Entity.Infrastructure 名前空間