QueryOperationResponse 클래스

정의

DataServiceQuery에 대한 응답을 나타냅니다.

public ref class QueryOperationResponse : System::Data::Services::Client::OperationResponse, System::Collections::IEnumerable
public class QueryOperationResponse : System.Data.Services.Client.OperationResponse, System.Collections.IEnumerable
type QueryOperationResponse = class
    inherit OperationResponse
    interface IEnumerable
Public Class QueryOperationResponse
Inherits OperationResponse
Implements IEnumerable
상속
QueryOperationResponse
파생
구현

속성

Error

작업에서 throw된 오류를 가져옵니다.

(다음에서 상속됨 OperationResponse)
Headers

파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 헤더를 포함합니다.

(다음에서 상속됨 OperationResponse)
Query

DataServiceQuery 항목을 생성하는 QueryOperationResponse를 가져옵니다.

StatusCode

파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 코드를 가져오거나 설정합니다.

(다음에서 상속됨 OperationResponse)
TotalCount

쿼리에서 값을 요청한 경우 쿼리의 서버 결과 집합 수 값을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetContinuation()

다음 결과 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation 개체를 가져옵니다.

GetContinuation(IEnumerable)

지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation 개체를 가져옵니다.

GetContinuation<T>(IEnumerable<T>)

지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation<T> 개체를 가져옵니다.

GetEnumerator()

DataServiceQuery를 실행하고 QueryOperationResponse 항목을 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상