Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULTableSchema class

 

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
  • name   The name of the index.

Return value

A ULIndexSchema object representing the named index.

See also