Click or drag to resize

DatabaseLocationDatabasePath Method

Get the full path to a Database

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public string DatabasePath(
	uint dbNum
)

Parameters

dbNum
Type: SystemUInt32
The database number to look for

Return Value

Type: String
A String containing the full Database path.
See Also