Click or drag to resize
DatabaseDriverStoreLoadDatabaseDriverDefinitions Method
Loads all Database driver definitions. It will search all subfolders in the specified root path for driver.config files. If a file is found, it is read and interpreted as a new driver definition. Every driver definition is stored in the hashtable databaseDriverDefinitions

Namespace: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void LoadDatabaseDriverDefinitions(
	string driverRootPath
)

Parameters

driverRootPath
Type: SystemString
The driver root path.
See Also