Contents Index Properties IsColumnDescending method

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

GetColumnName method


Prototype 

GetColumnName( col_pos_in_index As Integer ) As String
Member of UltraLiteAFLib.ULIndexSchema

Description 

Used to return the names of the columns in the index. The parameter col_pos_in_index must be at least 1 and at most ColumnCount.

Parameters 

col_pos_in_index    The column position in the index.

Returns 

Returns the name of a column in the index.


Contents Index Properties IsColumnDescending method