OidShort Constructor (UInt64) |
Constructs an OidShort given a 64bit number by using the 32 lower bits
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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