DataServiceQueryContinuation 类

定义

封装返回已分页的 WCF Data Services 查询结果的下一页的 URI。

public ref class DataServiceQueryContinuation abstract
public abstract class DataServiceQueryContinuation
type DataServiceQueryContinuation = class
Public MustInherit Class DataServiceQueryContinuation
继承
DataServiceQueryContinuation
派生

属性

NextLinkUri

获取用于从已分页的查询结果返回数据的下一页的 URI。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

以字符串形式返回下一个链接 URI。

适用于

另请参阅