crm2011带silverlight和Odata的寻呼

crm2011带silverlight和Odata的寻呼,odata,dynamics-crm-2011,Odata,Dynamics Crm 2011,我是silverlight和odata的新手。目前我在crm 2011工作,我需要使用服务器端分页从crm 2011中提取数据,就像使用silverlight和odata在crm 2011中查找一样。请在这方面帮助我。您最好的选择是看一个像这样的msdn示例 值得注意的是,使用rest端点,一次最多可以返回50条记录。你必须看看你得到的结果,以确定是否有更多的记录。文章也详细介绍了这一点 The ProcessPages callback method determines if any mor

我是silverlight和odata的新手。目前我在crm 2011工作,我需要使用服务器端分页从crm 2011中提取数据,就像使用silverlight和odata在crm 2011中查找一样。请在这方面帮助我。您最好的选择是看一个像这样的msdn示例

值得注意的是,使用rest端点,一次最多可以返回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.