OidShortSlotNumber Method (UInt32, UInt16) |
Sets a page number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static ulong SlotNumber(
uint oid,
ushort slotNumber
)
Public Shared Function SlotNumber (
oid As UInteger,
slotNumber As UShort
) As ULong
public:
static unsigned long long SlotNumber(
unsigned int oid,
unsigned short slotNumber
)
static member SlotNumber :
oid : uint32 *
slotNumber : uint16 -> uint64
Parameters
- oid
- Type: SystemUInt32
Combined Page and page number - slotNumber
- Type: SystemUInt16
Slot number to use
Return Value
Type:
UInt64A combined Page number with an updated page number
See Also