DatabaseHelperChangeDatabaseCollation Method |
Change the collation of specified database.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static void ChangeDatabaseCollation(
string connectionString,
string databaseName,
string collation
)
Parameters
- connectionString
- Type: SystemString
Connection string to the database - databaseName
- Type: SystemString
Database name (if NULL current database is used) - collation
- Type: SystemString
Collation
Exceptions See Also