Returns the name of the index identified by the specified index ID.
Public Function GetIndexName(ByVal indexID As Integer) As String
public string GetIndexName(int indexID)
indexID The ID of the index. The value must be in the range [1,IndexCount].
The name of the index as a string.
ULException class A SQL error occurred.
Index IDs and counts may change during a schema upgrade. To correctly identify an index, access it by name or refresh the cached IDs and counts after a schema upgrade.