Oid Constructor (UInt32, UInt32) |
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,
uint pageSlotId
)
Public Sub New (
dbId As UInteger,
pageSlotId As UInteger
)
public:
Oid(
unsigned int dbId,
unsigned int pageSlotId
)
new :
dbId : uint32 *
pageSlotId : uint32 -> Oid
Parameters
- dbId
- Type: SystemUInt32
The Database number - pageSlotId
- Type: SystemUInt32
The page and slot numbers as a UInt32
See Also