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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |