[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)
requests switching back to the main database file after a previous call
to
.
Namespace: Db4objects.Db4o.Ext
switchToFile(String fileName) | |
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub SwitchToMainFile |
| C# |
|---|
void SwitchToMainFile () |
| Visual C++ |
|---|
void SwitchToMainFile () |
Remarks
requests switching back to the main database file after a previous call
to
.
All persistent references to objects that are currently in memory are discarded during the switching process.
switchToFile(String fileName) | |
All persistent references to objects that are currently in memory are discarded during the switching process.