 | MultiDatabaseManagerAddManagersAndInit Method (String, String, String) |
Add and initialize a configuration manager and its corresponding user manager.
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 AddManagersAndInit(
string key,
string databasePath,
string driversPath
)
public:
void AddManagersAndInit(
String^ key,
String^ databasePath,
String^ driversPath
)
Parameters
- key
- Type: SystemString
The unique key to identify the configuration manager. - databasePath
- Type: SystemString
The path to the database. - driversPath
- Type: SystemString
The path to the drivers. All the configuration managers of the MultiDatabaseManager must use the same drivers path.
See Also