Summary
Instruct the defragment process to upgrade the source file to the current db4o
version prior to defragmenting it.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Defragment - Containing Type
- DefragmentConfig
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 |