Click or drag to resize

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
)

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: UInt64
A combined Database number, Page number and an updated page number
See Also