对于应用程序,加载一个包含雇员数据的简单表;该表将支持对其任何列进行排序。
For the application, load a simple table with employee data; the table will support sorting on any of its columns.
在这个实现中,通过修改数据集使用的SQL查询,将排序下推到数据库。
In this implementation, the sorting is pushed down to the database by modifying the SQL query used by the dataset.
如果这二者都没有禁用,则容器将继续对数据库操作进行排序。
If you do not disable both, the container will continue to order database operations.
应用推荐