Click or drag to resize
SqlInstallationHelperCreateDatabase Method
Creates database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void CreateDatabase(
	string databaseName,
	string connectionString,
	string databaseCollation
)

Parameters

databaseName
Type: SystemString
Name of the database
connectionString
Type: SystemString
Connection string
databaseCollation
Type: SystemString
Collation of database
See Also