Creates an Oid
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax Public Sub New (
id As ULong
)
public:
Oid(
unsigned long long id
)
Parameters
- id
- Type: SystemUInt64
Higest 32 bit is Database number, then follows the 16 bit Page number and the 16 bit page number
See Also