IDataServicePagingProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为自定义数据服务提供程序的客户端提供分页支持。
public interface class IDataServicePagingProvider
public interface IDataServicePagingProvider
type IDataServicePagingProvider = interface
Public Interface IDataServicePagingProvider
方法
GetContinuationToken(IEnumerator) |
返回下一页标记以放入 |
SetContinuationToken(IQueryable, ResourceType, Object[]) |
从请求 URI 的 |