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