Returns the name of the index in the table that corresponds to the id value you supply.
GetIndexName( id As Integer ) As String
Member of UltraLiteAFLib.ULTableSchema
id The id of the index.
Returns the name of the index.
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.