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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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: Boolean
See Also