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 - AppForge Programming » UltraLite for AppForge API Reference » ULIndexSchema class

GetColumnName method Next Page

IsColumnDescending method


Indicates whether the specified column in the index is in descending order.

Syntax

IsColumnDescending( col_name As String ) As Boolean
Member of UltraLiteAFLib.ULIndexSchema

Parameters

col_name    The index column name.

Returns

True if the column is descending.

False if the column is ascending.