With DataTables("订单") .LoadFilter = "" '一定要清除加载条件 .LoadTop = 20 .LoadPage = 0 .Load()End With
这是设置分页加载的代码,如何取消分页加载,代码如何写?