Click or drag to resize

Oid Constructor (UInt32, OidShort)

Creates an Oid given a Database number and an OidShort (page-slot)

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public Oid(
	uint dbId,
	OidShort pageSlotId
)

Parameters

dbId
Type: SystemUInt32
The Database number
pageSlotId
Type: VelocityDbOidShort
The page and slot numbers as an OidShort
See Also