QueryOperationResponse クラス
DataServiceQuery に対する応答を表します。
継承階層
System.Object
System.Data.Services.Client.OperationResponse
System.Data.Services.Client.QueryOperationResponse
System.Data.Services.Client.QueryOperationResponse<T>
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public Class QueryOperationResponse _
Inherits OperationResponse _
Implements IEnumerable
'使用
Dim instance As QueryOperationResponse
public class QueryOperationResponse : OperationResponse,
IEnumerable
public ref class QueryOperationResponse : public OperationResponse,
IEnumerable
type QueryOperationResponse =
class
inherit OperationResponse
interface IEnumerable
end
public class QueryOperationResponse extends OperationResponse implements IEnumerable
QueryOperationResponse 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Error | 操作でスローされたエラーを取得します。 (OperationResponse から継承されています。) | |
Headers | 派生クラスでオーバーライドされた場合、単一の操作に関連付けられている HTTP 応答ヘッダーが含まれます。 (OperationResponse から継承されています。) | |
Query | QueryOperationResponse 項目を生成する DataServiceQuery を取得します。 | |
StatusCode | 派生クラスでオーバーライドされた場合、単一の操作に関連付けられている HTTP 応答コードを取得または設定します。 (OperationResponse から継承されています。) | |
TotalCount | クエリで値を要求した場合にクエリから返されるサーバーの結果セットのカウント値を取得または設定します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetContinuation() | 次の結果ページを取得するために使用する URI を含む DataServiceQueryContinuation オブジェクトを取得します。 | |
GetContinuation(IEnumerable) | 指定したコレクション内の関連エンティティの次のページを取得するために使用する URI を含む DataServiceQueryContinuation オブジェクトを取得します。 | |
GetContinuation<T>(IEnumerable<T>) | 指定したコレクション内の関連エンティティの次のページを取得するために使用する URI を含む DataServiceQueryContinuation<T> オブジェクトを取得します。 | |
GetEnumerator | DataServiceQuery を実行し、QueryOperationResponse 項目を返します。 | |
GetEnumeratorHelper<T> | QueryOperationResponse の列挙体のヘルパーを取得します。 | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。