OidEncode Method (UInt32, UInt16, UInt16) |
Constructs a UInt64 from the components Database number, Page number and page number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static ulong Encode(
uint db,
ushort page,
ushort slot
)
Public Shared Function Encode (
db As UInteger,
page As UShort,
slot As UShort
) As ULong
public:
static unsigned long long Encode(
unsigned int db,
unsigned short page,
unsigned short slot
)
static member Encode :
db : uint32 *
page : uint16 *
slot : uint16 -> uint64
Parameters
- db
- Type: SystemUInt32
A Database number - page
- Type: SystemUInt16
A Page number - slot
- Type: SystemUInt16
A slot number
Return Value
Type:
UInt64[Missing <returns> documentation for "M:VelocityDb.Oid.Encode(System.UInt32,System.UInt16,System.UInt16)"]
See Also