DefragmentConfig.

UpgradeFile(string) Method

Summary

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

Syntax

public virtual void UpgradeFile(string tempPath)

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.

Parameters

Name Type Description
tempPath string The location for an intermediate, upgraded version of the source file.

Return Value

Type Description
void