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

Properties Next Page

GetColumnName method


Returns the names of the columns in the index.

Syntax

GetColumnName( col_pos_in_index As Integer ) As String
Member of UltraLiteAFLib.ULIndexSchema

Parameters

col_pos_in_index    The column position in the index. col_pos_in_index must be at least 1 and at most ColumnCount.

Returns

Returns the name of a column in the index.