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

Instruct the defragment process to upgrade the source file to the current db4o version prior to defragmenting it.

Namespace: Db4objects.Db4o.Defragment
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub UpgradeFile ( _
	tempPath As String _
)
C#
public virtual void UpgradeFile (
	string tempPath
)
Visual C++
public:
virtual void UpgradeFile (
	String^ tempPath
)

Parameters

tempPath
System.String
The location for an intermediate, upgraded version of the source file.

Remarks

Instruct the defragment process to upgrade the source file to the current db4o version prior to defragmenting it. Use this option if your source file has been created with an older db4o version than the one you are using.