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: 8.2.1.0 (8.2.1)
Syntaxpublic 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:
String
See Also