Click or drag to resize

MultiDatabaseManagerAddManagers Method

Add several configuration managers and their corresponding user managers.

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 AddManagers(
	string driversPath,
	params Tuple<string, string>[] keyAndPaths
)

Parameters

driversPath
Type: SystemString
The path to the drivers. All the configuration managers of the MultiDatabaseManager must use the same drivers path.
keyAndPaths
Type: SystemTupleString, String
Tuples of the form key, databasePath. Key is the unique key to identify the configuration manager, databasePath is the path to the database.
See Also