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

requests switching back to the main database file after a previous call to
 Copy imageCopy Code
switchToFile(String fileName)
.

Namespace: Db4objects.Db4o.Ext
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
 Copy imageCopy Code
switchToFile(String fileName)
.

All persistent references to objects that are currently in memory are discarded during the switching process.