SessionBaseBaseDatabasePath Property |
If specified boot path (system database path) in session constructor isn't an absolute path then this base path is prefixed to make an absolute path.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static string BaseDatabasePath { get; set; }
Public Shared Property BaseDatabasePath As String
Get
Set
public:
static property String^ BaseDatabasePath {
String^ get ();
void set (String^ value);
}
static member BaseDatabasePath : string with get, set
Property Value
Type:
StringSee Also