Commits the current transaction scope to the database
The final call to CommitTransaction commits the transaction to the database, BeginTransaction and CommitTransaction calls can be nested
| Exception Type | Condition |
|---|---|
| InvalidOperationException | Thrown when the transaction has already been rolled back. |
TransactionManager Class | NCI.EasyObjects Namespace