ADO.NET DataExtender Task-Based Help > Sorting and Filtering Data |
To sort C1DataView rows, complete the following steps:
![]() |
Note: Each column name should be separated by a comma. Ascending order is the default sort order, but you can sort in descending order by adding DESC after the column name. |
To filter C1DataView rows, complete the following steps:
The syntax of a filter expression is the same as for the WHERE clause of the View Definition Language, with the single exception that the RowFilter expression references columns of C1DataView (C1ViewColumn objects) while the View Definition Language's WHERE expression references columns of the base DataTable(s).