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

GetColumnPartitionSize method Next Page

GetIndex method


Returns the index schema of the named index.

Syntax

Visual Basic

Public Function GetIndex( _
ByVal name As String _
) As ULIndexSchema

C#

public ULIndexSchema GetIndex(
string name
);

Parameters
Return value

A ULIndexSchema object representing the named index.

See also