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 1.0 API Reference » ULIndexSchema class

ReferencedTableName property Next Page

GetColumnName method


Returns the name of the colOrdinalInIndex'th column in this index.

Syntax

Visual Basic

Public Function GetColumnName( _
ByVal colOrdinalInIndex As Short _
) As String

C#

public string GetColumnName(
short colOrdinalInIndex
);

Parameters
Return value

The name of the column.

Remarks

Column ordinals and count may change during a schema upgrade. Column ordinals from an index are different than the column IDs in a table or another index, even if they refer to the same physical column in a particular table.

Exceptions
See also