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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |