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.8.0.0 (5.8.21.0208)
Syntax public void LoadDatabaseDriverDefinitions(
string driverRootPath
)
Public Sub LoadDatabaseDriverDefinitions (
driverRootPath As String
)
Parameters
- driverRootPath
- Type: SystemString
The driver root path.
See Also