DatabaseHelperCheckDatabaseCollation Method |
Checks if the specified database has correct collation.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public static bool CheckDatabaseCollation(
string connectionString,
ref string collation
)
Parameters
- connectionString
- Type: SystemString
Connection string to the database - collation
- Type: SystemString
Current database collation
Return Value
Type:
BooleanSee Also