ApplicationCreateDatabaseFromTemplate Method

Create a new database.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void CreateDatabaseFromTemplate(
	string templateName,
	string newPath
)

Parameters

templateName  String
The name of the template to base this database on.
newPath  String
The path to the new database.

See Also