Click or drag to resize
SqlInstallationHelper.CreateDatabase Method
Creates database.

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

Parameters

databaseName
Type: System.String
Name of the database
connectionString
Type: System.String
Connection string
databaseCollation
Type: System.String
Collation of database
See Also