DataServiceQueryContinuation 类

定义

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

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。

适用于

另请参阅