次の方法で共有


DbConnectionDispatcher.BeginTransaction メソッド

定義

public virtual System.Data.Common.DbTransaction BeginTransaction (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext interceptionContext);
abstract member BeginTransaction : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext -> System.Data.Common.DbTransaction
override this.BeginTransaction : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext -> System.Data.Common.DbTransaction
Public Overridable Function BeginTransaction (connection As DbConnection, interceptionContext As BeginTransactionInterceptionContext) As DbTransaction

パラメーター

connection
DbConnection

操作が実行される接続。

interceptionContext
BeginTransactionInterceptionContext

行われる呼び出しのコンテキストに関するオプションの情報。

戻り値

インターセプターによって変更された可能性がある操作の結果。

注釈

コマンドを実行した結果は、このメソッドによって返されることに注意してください。 インターセプターに渡される前にインターセプト コンテキストが複製されるため、このメソッドに渡されるインターセプト コンテキストでは結果を使用できません。

適用対象