IDbTransaction::Commit Method ()
.NET Framework (current version)
Commits the database transaction.
Assembly: System.Data (in System.Data.dll)
| Exception | Condition |
|---|---|
| Exception | An error occurred while trying to commit the transaction. |
| InvalidOperationException | The transaction has already been committed or rolled back. -or- The connection is broken. |
The following example creates instances of the derived classes, SqlConnection and a SqlTransaction. It also demonstrates how to use the Commit, BeginTransaction, and Rollback methods.
.NET Framework
Available since 1.1
Available since 1.1
Show: