Click or drag to resize

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