TransactionHandler.BeginningTransaction Method (DbConnection, BeginTransactionInterceptionContext)

 

Can be implemented in a derived class.

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

public virtual void BeginningTransaction(
	DbConnection connection,
	BeginTransactionInterceptionContext interceptionContext
)

Parameters

connection
Type: System.Data.Common.DbConnection

The connection beginning the transaction.

interceptionContext
Type: System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext

The contextual information associated with the call.