Contents Index GetColumnName method ULPreparedStatement class

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

IsColumnDescending method


Prototype 

IsColumnDescending( col_name As String ) As Boolean
        Member of UltraLiteAFLib.ULIndexSchema

Description 

Indicates whether the specified column in the index is in descending order.

Parameters 

col_name    The index column name.

Returns 

True if the column is descending.

False if the column is ascending.


Contents Index GetColumnName method ULPreparedStatement class