db4o

IObjectContainer.Rollback Method 

rolls back the running transaction.

void Rollback();

Remarks

rolls back the running transaction.

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

rollback will not restore modified objects in memory. They can be refreshed from the database by calling Db4objects.Db4o.Ext.IExtObjectContainer.Refresh .

See Also

IObjectContainer Interface | Db4objects.Db4o Namespace