TransactionHandler.RollingBack Method (DbTransaction, DbTransactionInterceptionContext)

 

Can be implemented in a derived class.

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

public virtual void RollingBack(
	DbTransaction transaction,
	DbTransactionInterceptionContext interceptionContext
)

Parameters

transaction
Type: System.Data.Common.DbTransaction

The transaction being rolled back.

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

The contextual information associated with the call.