Extracts the Page number
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static ushort PageNumber(
ulong id
)
Public Shared Function PageNumber (
id As ULong
) As UShort
public:
static unsigned short PageNumber(
unsigned long long id
)
static member PageNumber :
id : uint64 -> uint16
Parameters
- id
- Type: SystemUInt64
The combined Database number, Page number and page number
Return Value
Type:
UInt16The Page number
See Also