Upgrade Method (String, DatabaseConfig)

BerkeleyDB

Upgrade all of the databases included in the file file, if necessary. If no upgrade is necessary, Upgrade always returns successfully.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public static void Upgrade(
	string file,
	DatabaseConfig cfg
)
Visual Basic (Declaration)
Public Shared Sub Upgrade ( _
	file As String, _
	cfg As DatabaseConfig _
)
Visual C++
public:
static void Upgrade(
	String^ file, 
	DatabaseConfig^ cfg
)

Parameters

file
Type: System..::.String
The physical file containing the databases to be upgraded.
cfg
Type: BerkeleyDB..::.DatabaseConfig
Configuration parameters for the databases to be upgraded.

See Also