次の方法で共有


IDataServicePagingProvider インターフェイス

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

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public Interface IDataServicePagingProvider
'使用
Dim instance As IDataServicePagingProvider
public interface IDataServicePagingProvider
public interface class IDataServicePagingProvider
type IDataServicePagingProvider =  interface end
public interface IDataServicePagingProvider

IDataServicePagingProvider 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド GetContinuationToken $skiptoken クエリ オプションに含める、次のページのトークンを返します。
パブリック メソッド SetContinuationToken 要求 URI の $skiptoken クエリ オプションから次のページのトークンを取得します。

先頭に戻る

関連項目

参照

System.Data.Services.Providers 名前空間