Click or drag to resize

SessionBaseHighestInUseDatabaseNumber Method

Figure out what the highest in use database number is and return it.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public uint HighestInUseDatabaseNumber()

Return Value

Type: UInt32
The currently largest Database Id in use reachable from this session
See Also