[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

commits the running transaction.

Namespace: Db4objects.Db4o
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Sub Commit
C#
void Commit ()
Visual C++
void Commit ()

Remarks

commits the running transaction.

Transactions are back-to-back. A call to commit will starts a new transaction immedidately.