次の方法で共有


DataServiceQueryContinuation クラス

ページングされた WCF Data Services クエリ結果の次のページを返す URI をカプセル化します。

継承階層

System.Object
  System.Data.Services.Client.DataServiceQueryContinuation
    System.Data.Services.Client.DataServiceQueryContinuation<T>

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

構文

'宣言
Public MustInherit Class DataServiceQueryContinuation
'使用
Dim instance As DataServiceQueryContinuation
public abstract class DataServiceQueryContinuation
public ref class DataServiceQueryContinuation abstract
[<AbstractClassAttribute>]
type DataServiceQueryContinuation =  class end
public abstract class DataServiceQueryContinuation

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

プロパティ

  名前 説明
パブリック プロパティ NextLinkUri ページングされたクエリ結果からデータの次のページを返すために使用する URI を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString 次のリンク URI を文字列として返します。 (Object.ToString() をオーバーライドします。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

System.Data.Services.Client 名前空間

その他の技術情報

遅延コンテンツの読み込み (WCF Data Services)