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: 11.1.0.0 (11.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