Click or drag to resize

BaseManager Constructor

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: 8.2.31040.0 8_2_dev 3db1cb9c, built 2020-09-23 07:47:05 UTC
Syntax
public BaseManager(
	string databasePath,
	string driversPath
)

Parameters

databasePath
Type: SystemString
The full path of the database folder.
driversPath
Type: SystemString
The full path of the drivers folder.
Exceptions
ExceptionCondition
DatabaseVersionExceptionThrown if the database version is not compatible with the code target version
See Also