Click or drag to resize

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; }

Property Value

Type: String
See Also