Click or drag to resize

OidShort Constructor (UInt64)

Constructs an OidShort given a 64bit number by using the 32 lower bits

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public OidShort(
	ulong id
)

Parameters

id
Type: SystemUInt64
The full encoded Id from which to construct the OidShort
See Also