カスタム データ サービス プロバイダーのクライアントにページング サポートを提供します。
名前空間: 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 クエリ オプションから次のページのトークンを取得します。 |
先頭に戻る
.gif)