OidSlotNumber Method (UInt64, UInt16) |
Sets the page number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static ulong SlotNumber(
ulong oid,
ushort slotNumber
)
Public Shared Function SlotNumber (
oid As ULong,
slotNumber As UShort
) As ULong
public:
static unsigned long long SlotNumber(
unsigned long long oid,
unsigned short slotNumber
)
static member SlotNumber :
oid : uint64 *
slotNumber : uint16 -> uint64
Parameters
- oid
- Type: SystemUInt64
A combined Database number, Page number and page number - slotNumber
- Type: SystemUInt16
A slot number to use in the combined UInt64 value
Return Value
Type:
UInt64A combined Database number, Page number and an updated page number
See Also