表示主键(Primary Key)范围。
Inheritance Hierarchy
Aliyun.OpenServices.OpenTableServicePrimaryKeyRange
Namespace: Aliyun.OpenServices.OpenTableService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
The PrimaryKeyRange type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue) | |
![]() | PrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue, PrimaryKeyType) |
初始化新的PrimaryKeyRange实例。
表示左开右闭的主键范围。
该构造函数主要是为了rangeBegin为InfMin的同时rangeEnd为InfMax的情形。
如果不需要,请使用另一个重载:
PrimaryKeyRange(String, PrimaryKeyValue, PrimaryKeyValue),可以推断主键的数据类型。
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) |
![]() | GetType |
获取当前实例的 Type。
(Inherited from Object.) |
![]() | MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | InfMax |
表示主键值范围的无限大值。
|
![]() ![]() | InfMin |
表示主键值范围的无限小值。
|
![]() | PrimaryKeyName |
获取范围的主键名。
|
![]() | RangeBegin |
获取主键范围的开始值。
|
![]() | RangeEnd |
获取主键范围的结束值。
|
![]() | RangeType |
获取主键范围的数据类型。
|
See Also