Click or drag to resize

EnvironmentManager 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: 10.1.23514.0 , built 2023-11-07 12:37:17 UTC
Syntax
public EnvironmentManager(
	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