UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULIndexSchema class
IsColumnDescending( col_name As String ) As Boolean
Member of UltraLiteAFLib.ULIndexSchema
Indicates whether the specified column in the index is in descending order.
col_name The index column name.
True if the column is descending.
False if the column is ascending.