Icon for Previous Page button Icon for Next Page button

CollationName property

This property has been deprecated. Use GetDatabaseProperty("Collation") instead. The name of the database's collation sequence.

Syntax
Visual Basic

Public Readonly Property CollationName As String
C#

public string  CollationName  { get;}
Property value

A string representing the database's collation sequence.

Remarks

The database collation sequence affects how indexes on tables and result sets are sorted.

See also