SqlInstallationHelperCreateDatabase Method |
Creates database.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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