Indicates whether the specified column in the index is in descending order.
IsColumnDescending( col_name As String ) As Boolean
Member of UltraLiteAFLib.ULIndexSchema
col_name The index column name.
True if the column is descending.
False if the column is ascending.