 | ConfigManagerInit Method (String, String) |
Initializes this instance with a specific database and drivers, using the singleton UserManager.
Do not use this function if you already gave the paths in the constructor.
Namespace:
LynceeTec.Eucalyptus
Assembly:
LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:49 UTC
Syntaxpublic void Init(
string databasePath,
string driversPath
)
public:
void Init(
String^ databasePath,
String^ driversPath
)
Parameters
- databasePath
- Type: SystemString
The full path of the database folder. - driversPath
- Type: SystemString
The full path of the drivers folder.
See Also