ApplicationOpenDatabase Method

Open a database to manipulate with the API.

Definition

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

Parameters

databasePath  String
File path to the DB.

See Also