ApplicationMigrate Method

Migrate the database to the latest version.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public string Migrate(
	string databasePath
)

Parameters

databasePath  String
 

Return Value

String
File path to the new database file

See Also