Checks whether the named column is used in descending order by the index.
Visual Basic
Public Function IsColumnDescending( _
ByVal name As String _
) As Boolean
C#
public bool IsColumnDescending(
string name
);
name The name of the column.
True if the column is used in descending order, false if the column is used in ascending order.
ULException class - A SQL error occurred.