开发者

How to handle paging & sorting efficiently through WCF RIA service using dataset while dealing huge tables

开发者 https://www.devze.com 2022-12-18 11:35 出处:网络
I have successfully created a WCF RIA service by creating DomainService class and accessing the oracle database using ADO.NET. However creating a domainservice using ADO.NET seems to have limitations

I have successfully created a WCF RIA service by creating DomainService class and accessing the oracle database using ADO.NET. However creating a domainservice using ADO.NET seems to have limitations when compared to creating a domainservice using entity framework in terms of efficient sorting, paging of huge tables(more than 5 million records). Is there any way to implement efficient paging and sorting using ADO.NET? If so, can anyone share some code开发者_如何转开发?

I want to databind the domainservice to silverlight datagrid and expecting paging/sorting on datagrid.


@Henrik Thanks for the link.

For the sake of others who has same/similar type of scenario,Here there is another link that is more specific to my question i.e. using ADO.NET (& eventually dataset)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号