OidShort Constructor (UInt32) |
Constructs an OidShort given a 32bit number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public OidShort(
uint id
)
Public Sub New (
id As UInteger
)
public:
OidShort(
unsigned int id
)
new :
id : uint32 -> OidShort
Parameters
- id
- Type: SystemUInt32
The page and slot encoded Id from which to construct the OidShort
See Also