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

获取操作引发的错误。

(继承自 OperationResponse)
Headers

在派生类中重写时,包含与单个操作相关联的 HTTP 响应标头。

(继承自 OperationResponse)
Query

获取生成 DataServiceQuery 项的 QueryOperationResponse

StatusCode

在派生类中重写时,获取或设置与单个操作相关联的 HTTP 响应代码。

(继承自 OperationResponse)
TotalCount

如果查询请求了值,则从查询获取服务器结果集计数值。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetContinuation()

获取 DataServiceQueryContinuation 对象,其中包含用于检索下一结果页的 URI。

GetContinuation(IEnumerable)

获取 DataServiceQueryContinuation 对象,其中包含用于检索指定集合中下一页相关实体的 URI。

GetContinuation<T>(IEnumerable<T>)

获取 DataServiceQueryContinuation<T> 对象,其中包含用于检索指定集合中下一页相关实体的 URI。

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)

IEnumerable 转换为 IQueryable

适用于