My performance testing showed that the query algorithm was actually slower that just retrieving the full data/object set and paging in the middle tier. So when I updated to DomainObjects to .NET 2, I put this low on my features list and have not re-implemented it...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Though in asp.net 2.0,the gridview web control offers paging function, I also think that 'FindDataSetPage' method is useful. I look forward to the implement of this method in the next version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the new version,why can't find "FindDataSetPage" Method and "FindObjectPage" method in the QueryFacade any more?
Hi Wang,
My performance testing showed that the query algorithm was actually slower that just retrieving the full data/object set and paging in the middle tier. So when I updated to DomainObjects to .NET 2, I put this low on my features list and have not re-implemented it...
Though in asp.net 2.0,the gridview web control offers paging function, I also think that 'FindDataSetPage' method is useful. I look forward to the implement of this method in the next version.