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 » ULIndexSchema class

GetColumnName method Next Page

IsColumnDescending method


Checks whether the named column is used in descending order by the index.

Syntax

Visual Basic

Public Function IsColumnDescending( _
ByVal name As String _
) As Boolean

C#

public bool IsColumnDescending(
string name
);

Parameters
Return value

True if the column is used in descending order, false if the column is used in ascending order.

Exceptions
See also