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 - .NET Programming » UltraLite .NET 2.0 API Reference » ULTableSchema class

GetIndex method Next Page

GetIndexName method


Returns the name of the index identified by the specified index ID.

Syntax

Visual Basic

Public Function GetIndexName( _
ByVal indexID As Integer _
) As String

C#

public string GetIndexName(
int indexID
);

Parameters
Return value

The name of the index as a string.

Remarks

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.

See also