Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULDatabaseSchema class

 

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