 | ConfigManager Constructor (String, String) |
Create this instance with a specific database and drivers.
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: 10.0.10313.0 , built 2022-11-01 12:35:53 UTC
Syntaxpublic ConfigManager(
string databasePath,
string driversPath = ""
)
public:
ConfigManager(
String^ databasePath,
String^ driversPath = L""
)
Parameters
- databasePath
- Type: SystemString
The full path of the database folder. - driversPath (Optional)
- Type: SystemString
The full path of the drivers folder. If empty, will use the starting directory of the application.
Exceptions
See Also