次の方法で共有


ObjectContext.TransactionHandler プロパティ

定義

このコンテキストで使用されているトランザクション ハンドラーを取得します。 トランザクションが開始されていない場合は null になる可能性があります。

public System.Data.Entity.Infrastructure.TransactionHandler TransactionHandler { get; }
member this.TransactionHandler : System.Data.Entity.Infrastructure.TransactionHandler
Public ReadOnly Property TransactionHandler As TransactionHandler

プロパティ値

トランザクション ハンドラー。

適用対象