Oid Methods |
The Oid type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AsString |
Builds a string with DatabaseNumber-PageNumber-SlotNumber
|
![]() | CompareTo |
Compares two Oid objects by id
|
![]() ![]() | DatabaseNumber |
Extracts the Database number
|
![]() ![]() | Encode(UInt32, UInt32) |
Constructs a UInt64 from the components Database number and an encoded UInt32 contains page and slot number
|
![]() ![]() | Encode(UInt32, UInt16, UInt16) |
Constructs a UInt64 from the components Database number, Page number and page number
|
![]() | Equals |
Compares by Id
|
![]() | GetHashCode |
Computes a hash code based on Id.
(Overrides ValueTypeGetHashCode.) |
![]() | GetHashCode(Oid) | Returns a hash code for the specified object. |
![]() ![]() | IdFromString | |
![]() ![]() | PageNumber |
Extracts the Page number
|
![]() ![]() | SamePageAs |
Find out if Page number is the same in two different UInt64 numbers (encoded Oid)
|
![]() ![]() | SlotNumber(UInt64) |
Extracts the page number
|
![]() ![]() | SlotNumber(UInt64, UInt16) |
Sets the page number
|
![]() | ToString |
Builds a string with DatabaseNumber-PageNumber-SlotNumber
(Overrides ValueTypeToString.) |