RangeRowQueryCriteria ClassAliyun Open Services SDK for .NET
表示获取表(Table)或视图(View)中主键(Primary Key)的特定范围内多行数据的查询条件。
Inheritance Hierarchy

SystemObject
  Aliyun.OpenServices.OpenTableServiceRowQueryCriteria
    Aliyun.OpenServices.OpenTableServiceRangeRowQueryCriteria

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

public class RangeRowQueryCriteria : RowQueryCriteria

The RangeRowQueryCriteria type exposes the following members.

Constructors

  NameDescription
Public methodRangeRowQueryCriteria(String)
初始化新的RangeRowQueryCriteria实例。
Public methodRangeRowQueryCriteria(String, String)
初始化新的RangeRowQueryCriteria实例。
Public methodRangeRowQueryCriteria(String, IDictionaryString, PrimaryKeyValue, IEnumerableString)
初始新的RangeRowQueryCriteria实例。
Public methodRangeRowQueryCriteria(String, String, IDictionaryString, PrimaryKeyValue, IEnumerableString)
初始化新的RangeRowQueryCriteria实例。
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 propertyPrimaryKeys
获取主键(Primary Key)列名称与值的对应字典。
Public propertyRange
获取PrimaryKeyRange对象。
Public propertyTableName
获取或设置要查询的表(Table)名。
(Inherited from RowQueryCriteria.)
Public propertyTop
获取或设置查询结果返回的行数。 设置为-1(默认值)表示返回所有结果。
Public propertyViewName
获取或设置要查询的视图(View)名。如果该属性未设置或设置为空引用或空字符串,则从表中查询。
(Inherited from RowQueryCriteria.)
Top
See Also

Reference