RangeRowQueryCriteria PropertiesAliyun Open Services SDK for .NET

The RangeRowQueryCriteria type exposes the following members.

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