IObjectContainer.

Commit() Method

Summary

Commits the running transaction.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o
Containing Type
IObjectContainer

Syntax

void Commit()

Remarks

Commits the running transaction.

Transactions are back-to-back. A call to commit will start a new transaction immediately.

Return Value

Type Description
void