QueryOperationResponse<T> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일괄 처리된 쿼리 또는 실행 호출에 대한 응답입니다.
public sealed class QueryOperationResponse<T> : Microsoft.OData.Client.QueryOperationResponse, System.Collections.Generic.IEnumerable<T>
type QueryOperationResponse<'T> = class
inherit QueryOperationResponse
interface seq<'T>
interface IEnumerable
Public NotInheritable Class QueryOperationResponse(Of T)
Inherits QueryOperationResponse
Implements IEnumerable(Of T)
형식 매개 변수
- T
요청 결과에 대해 생성할 형식입니다.
- 상속
- 구현
속성
Count |
쿼리에서 값을 요청한 경우 쿼리의 서버 결과 집합 개수 값입니다. |
Error |
작업에서 throw된 오류를 가져옵니다. (다음에서 상속됨 OperationResponse) |
Headers |
파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 헤더를 포함합니다. (다음에서 상속됨 OperationResponse) |
Query |
DataServiceQuery 항목을 생성하는 QueryOperationResponse를 가져옵니다. (다음에서 상속됨 QueryOperationResponse) |
StatusCode |
파생 클래스에서 재정의된 경우 단일 작업과 연관된 HTTP 응답 코드를 가져오거나 설정합니다. (다음에서 상속됨 OperationResponse) |
TotalCount |
사용되지 않음.
쿼리에서 값을 요청한 경우 쿼리의 서버 결과 집합 개수 값입니다. |
메서드
GetContinuation() |
다음 결과 페이지를 검색하는 데 사용되는 URI를 포함하는 DataServiceQueryContinuation<T> 개체를 가져옵니다. |
GetContinuation(IEnumerable) |
지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation 개체를 가져옵니다. (다음에서 상속됨 QueryOperationResponse) |
GetContinuation<T>(IEnumerable<T>) |
지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation<T> 개체를 가져옵니다. (다음에서 상속됨 QueryOperationResponse) |
GetEnumerator() |
DataServiceQuery<TElement>를 실행하고 QueryOperationResponse<T> 항목을 가져옵니다. |
GetEnumeratorHelper<T>(Func<T>) |
에 대한 열거형 도우미를 QueryOperationResponse가져옵니다. (다음에서 상속됨 QueryOperationResponse) |
확장 메서드
CountDistinct<TSource,TTarget>(IEnumerable<TSource>, Func<TSource,TTarget>) |
각 요소에 프로젝션 함수를 적용한 후 시퀀스의 고유한 요소 수를 반환합니다. |