The HeapRecordId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HeapRecordId |
Construct a new record id, given a page number and index.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
fromArray | Overloaded. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
toArray | Overloaded. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Index |
Index in the offset table where the record can be found.
| |
PageNumber |
The database page number where the record is stored.
|