CommitFailureHandler.BeganTransaction Method (DbConnection, BeginTransactionInterceptionContext)
Stores the tracking information for the new transaction to the database in the same transaction.
Assembly: EntityFramework (in EntityFramework.dll)
public override void BeganTransaction( DbConnection connection, BeginTransactionInterceptionContext interceptionContext )
Parameters
- connection
-
Type:
System.Data.Common.DbConnection
The connection that began the transaction.
- interceptionContext
-
Type:
System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext
The contextual information associated with the call.