Builds a string with DatabaseNumber-PageNumber-SlotNumber
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static string AsString(
ulong id
)
Public Shared Function AsString (
id As ULong
) As String
public:
static String^ AsString(
unsigned long long id
)
static member AsString :
id : uint64 -> string
Parameters
- id
- Type: SystemUInt64
A combined Database number, Page number and page number
Return Value
Type:
StringDatabaseNumber-PageNumber-SlotNumber
See Also