Click or drag to resize
DatabaseHelperIsSupportedDatabaseCollation Method
Checks if the specified collation is supported.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool IsSupportedDatabaseCollation(
	string collation
)

Parameters

collation
Type: SystemString
Collation to check.

Return Value

Type: Boolean
See Also