QueryOperationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the responses to a 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
- Inheritance
- Derived
- Implements
Properties
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 |
Gets the server result set count value from a query, if the query has requested the value. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
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. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |