QueryOperationResponse(T) Class
WCF Data Services 5.0
Represents the responses to a DataServiceQuery(TElement).
System.Object
System.Data.Services.Client.OperationResponse
System.Data.Services.Client.QueryOperationResponse
System.Data.Services.Client.QueryOperationResponse(T)
System.Data.Services.Client.OperationResponse
System.Data.Services.Client.QueryOperationResponse
System.Data.Services.Client.QueryOperationResponse(T)
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
The QueryOperationResponse(T) type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Error | Gets error thrown by the operation. (Inherited from OperationResponse.) |
![]() | Headers | When overridden in a derived class, contains the HTTP response headers associated with a single operation. (Inherited from OperationResponse.) |
![]() | Query | Gets the DataServiceQuery that generates the QueryOperationResponse items. (Inherited from QueryOperationResponse.) |
![]() | StatusCode | When overridden in a derived class, gets or sets the HTTP response code associated with a single operation. (Inherited from OperationResponse.) |
![]() | TotalCount | The server result set count value from a query, if the query has requested the value. (Overrides QueryOperationResponse.TotalCount.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetContinuation() | Gets a DataServiceQueryContinuation(T) object that contains the URI that is used to retrieve the next results page. |
![]() | GetContinuation(IEnumerable) | Gets a DataServiceQueryContinuation object containing the URI that is used to retrieve the next page of related entities in the specified collection. (Inherited from QueryOperationResponse.) |
![]() | GetContinuation(T)(IEnumerable(T)) | Gets a DataServiceQueryContinuation(T) object that contains the URI that is used to retrieve the next page of related entities in the specified collection. (Inherited from QueryOperationResponse.) |
![]() | GetEnumerator | Executes the DataServiceQuery(TElement) and gets QueryOperationResponse(T) items. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
