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