Click or drag to resize

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
)

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