db4o

DefragmentConfig.UpgradeFile Method 

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

public virtual void UpgradeFile(
   string tempPath
);

Parameters

tempPath
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.

See Also

DefragmentConfig Class | Db4objects.Db4o.Defragment Namespace