IDataServicePagingProvider Interface
.NET Framework (current version)
Provides paging support for the clients of a custom data service provider.
Assembly: System.Data.Services (in System.Data.Services.dll)
| Name | Description | |
|---|---|---|
![]() | GetContinuationToken(IEnumerator^) | Returns the next-page token to put in the $skiptoken query option. |
![]() | SetContinuationToken(IQueryable^, ResourceType^, array<Object^>^) | Gets the next-page token from the $skiptoken query option in the request URI. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
