CommitFailureHandler.BeganTransaction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores the tracking information for the new transaction to the database in the same transaction.
public override void BeganTransaction(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext interceptionContext);
override this.BeganTransaction : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext -> unit
Public Overrides Sub BeganTransaction (connection As DbConnection, interceptionContext As BeginTransactionInterceptionContext)
Parameters
- connection
- DbConnection
The connection that began the transaction.
- interceptionContext
- BeginTransactionInterceptionContext
Contextual information associated with the call.