Share via


QueryOperationResponse Class

Definition

Response to a batched query.

public class QueryOperationResponse : Microsoft.OData.Client.OperationResponse, System.Collections.IEnumerable
type QueryOperationResponse = class
    inherit OperationResponse
    interface IEnumerable
Public Class QueryOperationResponse
Inherits OperationResponse
Implements IEnumerable
Inheritance
QueryOperationResponse
Derived
Implements

Properties

Count

Gets the server result set count value from a query, if the query has requested the value.

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.

StatusCode

When overridden in a derived class, gets or sets the HTTP response code associated with a single operation.

(Inherited from OperationResponse)
TotalCount
Obsolete.

Gets the server result set count value from a query, if the query has requested the value.

Methods

GetContinuation()

Gets a DataServiceQueryContinuation object containing 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.

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.

GetEnumerator()

Executes the DataServiceQuery and returns QueryOperationResponse items.

GetEnumeratorHelper<T>(Func<T>)

Gets the enumeration helper for the QueryOperationResponse.

Applies to