Click or drag to resize

MultiDatabaseManagerAddManager Method

Add a single configuration manager.

Namespace:  LynceeTec.Eucalyptus
Assembly:  LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:47:05 UTC
Syntax
public void AddManager(
	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