Click or drag to resize
DatabaseHelper.CheckDatabaseCollation Method
Checks if the specified database has correct collation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool CheckDatabaseCollation(
	string connectionString,
	ref string collation
)

Parameters

connectionString
Type: System.String
Connection string to the database
collation
Type: System.String
Current database collation

Return Value

Type: Boolean
See Also