OffsetRowQueryCriteria ClassAliyun Open Services SDK for .NET
表示从指定偏移量获取多行数据的查询条件。
Inheritance Hierarchy

SystemObject
  Aliyun.OpenServices.OpenTableServiceRowQueryCriteria
    Aliyun.OpenServices.OpenTableServiceOffsetRowQueryCriteria

Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public class OffsetRowQueryCriteria : RowQueryCriteria

The OffsetRowQueryCriteria type exposes the following members.

Constructors

  NameDescription
Public methodOffsetRowQueryCriteria(String)
初始化新的OffsetRowQueryCriteria实例。
Public methodOffsetRowQueryCriteria(String, String)
初始化新的OffsetRowQueryCriteria实例。
Public methodOffsetRowQueryCriteria(String, IDictionaryString, PrimaryKeyValue, IEnumerableString)
初始化新的OffsetRowQueryCriteria实例。
Public methodOffsetRowQueryCriteria(String, String, IDictionaryString, PrimaryKeyValue, IEnumerableString)
初始化新的OffsetRowQueryCriteria实例。
Top
Methods

  NameDescription
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyColumnNames
获取需要返回列(Column)的名称的列表。
(Inherited from RowQueryCriteria.)
Public propertyIsReverse
获取或设置一个值表示查询时是否反向读取,即是否从大到小进行读取。
Public propertyOffset
获取或设置分页键的查询偏移量。
Public propertyPagingKeys
获取分页键(Paging Key)名称与值的对应字典。
Public propertyTableName
获取或设置要查询的表(Table)名。
(Inherited from RowQueryCriteria.)
Public propertyTop
获取或设置查询结果返回的行数。
Public propertyViewName
获取或设置要查询的视图(View)名。如果该属性未设置或设置为空引用或空字符串,则从表中查询。
(Inherited from RowQueryCriteria.)
Top
See Also

Reference