Contents Index Topic Contents |
SortDirection Property
Sets or returns a Boolean value that indicates if a sort order is ascending or descending.
Syntax
DataControl.SortDirection = value
Part Description DataControl An object variable that represents an RDS.DataControl object. value A Boolean value that can set or return one of the following values:
- True — Ascending order
- False — Descending order
Applies To
Remarks
The SortColumn, SortDirection, FilterValue, FilterCriterion, and FilterColumn properties provide sorting and filtering functionality on the client-side cache. The sorting functionality orders records by values from one column. The filtering functionality displays a subset of records based on a find criteria, while the full recordset is maintained in the cache. The Reset method will execute the criteria and replace the current recordset with a read-only recordset.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.