Share via


IDataServicePagingProvider インターフェイス

定義

カスタム データ サービス プロバイダーのクライアントにページング サポートを提供します。

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

メソッド

GetContinuationToken(IEnumerator)

$skiptoken クエリ オプションに含める、次のページへ移動するトークンを返します。

SetContinuationToken(IQueryable, ResourceType, Object[])

要求 URI の $skiptoken クエリ オプションから次のページのトークンを取得します。

適用対象