TransactionHandler.EnlistingTransaction Method (DbConnection, EnlistTransactionInterceptionContext)
Can be implemented in a derived class.
Assembly: EntityFramework (in EntityFramework.dll)
public virtual void EnlistingTransaction( DbConnection connection, EnlistTransactionInterceptionContext interceptionContext )
Parameters
- connection
-
Type:
System.Data.Common.DbConnection
The connection.
- interceptionContext
-
Type:
System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext
The contextual information associated with the call.