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 - AppForge Programming » UltraLite for AppForge API Reference » ULTableSchema class

GetColumnName method Next Page

GetIndex method


Returns the ULIndexSchema object for the specified index.

Syntax

GetIndex( name As String ) As ULIndexSchema
Member of UltraLiteAFLib.ULTableSchema

Parameters

name    The name of the index.

Returns

Returns a schema object for a given index on the table.

See also