Extracts the Database number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static uint DatabaseNumber(
ulong id
)
Public Shared Function DatabaseNumber (
id As ULong
) As UInteger
public:
static unsigned int DatabaseNumber(
unsigned long long id
)
static member DatabaseNumber :
id : uint64 -> uint32
Parameters
- id
- Type: SystemUInt64
The combined Database number, Page number and page number
Return Value
Type:
UInt32The Database number
See Also