IDataServicePagingProvider Interface

Definition

Provides paging support for the clients of a custom data service provider.

public interface class IDataServicePagingProvider
public interface IDataServicePagingProvider
type IDataServicePagingProvider = interface
Public Interface IDataServicePagingProvider

Methods

GetContinuationToken(IEnumerator)

Returns the next-page token to put in the $skiptoken query option.

SetContinuationToken(IQueryable, ResourceType, Object[])

Gets the next-page token from the $skiptoken query option in the request URI.

Applies to