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