Contents Index GetIndex method InPublication method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULTableSchema class

GetIndexName method


Prototype 

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

Description 

Returns the name of the index in the table that corresponds to the id value you supply. 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.

Parameters 

name    The id of the index.

Returns 

Returns the name of the index.


Contents Index GetIndex method InPublication method