OffsetRowQueryCriteria PropertiesAliyun Open Services SDK for .NET

The OffsetRowQueryCriteria type exposes the following members.

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