IDataServicePagingProvider Interface
Provides paging support for the clients of a custom data service provider.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Interface IDataServicePagingProvider
'Usage
Dim instance As IDataServicePagingProvider
public interface IDataServicePagingProvider
public interface class IDataServicePagingProvider
type IDataServicePagingProvider = interface end
public interface IDataServicePagingProvider
The IDataServicePagingProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetContinuationToken | Returns the next-page token to put in the $skiptoken query option. | |
SetContinuationToken | Gets the next-page token from the $skiptoken query option in the request URI. |
Top