SessionBaseHighestInUseLocalDatabaseNumber Method |
Figure out what the highest in use database number is on the local host and return it.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public uint HighestInUseLocalDatabaseNumber()
Public Function HighestInUseLocalDatabaseNumber As UInteger
public:
unsigned int HighestInUseLocalDatabaseNumber()
member HighestInUseLocalDatabaseNumber : unit -> uint32
Return Value
Type:
UInt32The currently largest Database Id in use reachable from this session located on localhost
See Also