DatabaseHelperIsSupportedDatabaseCollation Method |
Checks if the specified collation is supported.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool IsSupportedDatabaseCollation(
string collation
)
Parameters
- collation
- Type: SystemString
Collation to check.
Return Value
Type:
BooleanSee Also