OidEncode Method (UInt32, UInt32) |
Constructs a UInt64 from the components Database number and an encoded UInt32 contains page and slot number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static ulong Encode(
uint db,
uint pageSlot
)
Public Shared Function Encode (
db As UInteger,
pageSlot As UInteger
) As ULong
public:
static unsigned long long Encode(
unsigned int db,
unsigned int pageSlot
)
static member Encode :
db : uint32 *
pageSlot : uint32 -> uint64
Parameters
- db
- Type: SystemUInt32
Database number - pageSlot
- Type: SystemUInt32
Encoded page and slot number
Return Value
Type:
UInt64A number containing the full object identifier
See Also