UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULIndexSchema class
GetColumnName( col_pos_in_index As Integer ) As String
Member of UltraLiteAFLib.ULIndexSchema
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.
col_pos_in_index The column position in the index.
Returns the name of a column in the index.