crm2011与silverlight和Odata分页

问题描述:

我是silverlight和odata的新手。目前我正在crm 2011中工作,我需要从crm 2011使用服务器端分页来提取数据,就像在silverlight和odata中查看crm 2011一样。请帮我在这crm2011与silverlight和Odata分页

最好的办法是看一个MSDN例这样article here

值得一提的是,使用REST endpoing的最大记录数,你可以在同一时间返回值为50。这你必须看看你得到的结果是否有更多的记录。文章详细介绍了这一点以及...

The ProcessPages callback method determines if any more records exist and 
if they do, it uses the DataServiceQueryContinuation(T) Class. The 
DataServiceQueryContinuation class contains a single property, NextLinkUri 
which provides URL that contains the $skiptoken parameters that describes the 
paging boundary.