EasyObjects.NET Programmers Reference

TransactionManager.CommitTransaction Method 

Commits the current transaction scope to the database

public void CommitTransaction();

Remarks

The final call to CommitTransaction commits the transaction to the database, BeginTransaction and CommitTransaction calls can be nested

Exceptions

Exception Type Condition
InvalidOperationException Thrown when the transaction has already been rolled back.

See Also

TransactionManager Class | NCI.EasyObjects Namespace