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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDatabaseSchema class

ULDatabaseSchema members Next Page

CollationName property


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.

Exceptions
See also