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