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 » ULIndexSchema class

ULIndexSchema members Next Page

ColumnCount property


Returns the number of columns in the index.

Syntax

Visual Basic

Public Readonly Property ColumnCount As Short

C#

public short ColumnCount { get;}

Property value

The number of columns in the index.

Remarks

Column ordinals in indexes range from 1 to ColumnCount, inclusive.

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.

See also