Contents Index GetColumnName method GetIndexName method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULTableSchema class

GetIndex method


Prototype 

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

Description 

Returns the ULIndexSchema object for the specified index.

For information about the ULIndexSchema object, see ULIndexSchema.

Parameters 

name    The name of the index.

Returns 

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


Contents Index GetColumnName method GetIndexName method