DatabaseLocationDatabasePath Method |
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public string DatabasePath(
uint dbNum
)
Public Function DatabasePath (
dbNum As UInteger
) As String
public:
String^ DatabasePath(
unsigned int dbNum
)
member DatabasePath :
dbNum : uint32 -> string
Parameters
- dbNum
- Type: SystemUInt32
The database number to look for
Return Value
Type:
String
A
String containing the full
Database path.
See Also