 | 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.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:23 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