初始新的RangeRowQueryCriteria实例。
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
public RangeRowQueryCriteria( string tableName, IDictionary<string, PrimaryKeyValue> primaryKeys, IEnumerable<string> columnNames )
Parameters
- tableName
- Type: SystemString
要查询的表(Table)名。 - primaryKeys
- Type: System.Collections.GenericIDictionaryString, PrimaryKeyValue
主键(Primary Key)名称与值的对应字典。 - columnNames
- Type: System.Collections.GenericIEnumerableString
需要返回列(Column)的名称的列表。
Exceptions
Exception | Condition |
---|---|
ArgumentException | tableName为空引用或值为空字符串, - 或 - tableName不符合OTS名称的命名规范。 |
See Also