OidSlotNumber Method (UInt64) |
Extracts the page number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic static ushort SlotNumber(
ulong id
)
Public Shared Function SlotNumber (
id As ULong
) As UShort
public:
static unsigned short SlotNumber(
unsigned long long id
)
static member SlotNumber :
id : uint64 -> uint16
Parameters
- id
- Type: SystemUInt64
A combined Database number, Page number and page number
Return Value
Type:
UInt16A page number
See Also