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

GetIndex method Next Page

GetIndexName method


Returns the name of the index in the table that corresponds to the id value you supply.

Syntax

GetIndexName( id As Integer ) As String
Member of UltraLiteAFLib.ULTableSchema

Parameters

id    The id of the index.

Returns

Returns the name of the index.

Remarks

The IndexCount property returns the number of indexes in the table. Each index has a unique number from 1 to the IndexCount value, where 1 is the first index in the table, 2 is the second index in the table, and so on.