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
)
Public Sub New (
id As ULong
)
public:
OidShort(
unsigned long long id
)
new :
id : uint64 -> OidShort
Parameters
- id
- Type: SystemUInt64
The full encoded Id from which to construct the OidShort
See Also