[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
rolls back the running transaction.
Namespace: Db4objects.Db4o
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Rollback |
C# |
---|
void Rollback () |
Visual C++ |
---|
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 .
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 .