Method RollingBack
RollingBack(DbTransaction, DbTransactionInterceptionContext)
This method is called when the transaction is being RolledBack.
Declaration
public void RollingBack(DbTransaction transaction, DbTransactionInterceptionContext interceptionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Common.DbTransaction | transaction | The transaction being rolled back. |
| DbTransactionInterceptionContext | interceptionContext | Contextual information associated with the call. |