我是silverlight和odata的新手。目前我在crm 2011工作,我需要使用服务器端分页从crm 2011中提取数据,就像查看2011年crm 2011中的silverlight和odata.Please帮助我这个< / p>
答案 0 :(得分:1)
最好的办法是查看msdn示例,例如article here
值得注意的是,使用其余的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.