Commits the transaction if it was not committed before. Commits changes that were made while this transaction's scope was open.

Namespace:  C1.Data.Transactions
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void Commit()
Visual Basic
Public Sub Commit

Implements

ITransaction..::..Commit()()()()

Exceptions

ExceptionCondition
System..::..InvalidOperationException The State is not Open.

See Also