TransactionHandler.ConnectionGetting Method (DbTransaction, DbTransactionInterceptionContext<DbConnection>)

 

Can be implemented in a derived class.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual void ConnectionGetting(
	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.