CoreStateGetDriverConfigurationFromCache Method |
Gets the driver configuration from cache.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public DatabaseDriverConfiguration GetDriverConfigurationFromCache(
string driverID
)
Public Function GetDriverConfigurationFromCache (
driverID As String
) As DatabaseDriverConfiguration
Parameters
- driverID
- Type: SystemString
The driver ID.
Return Value
Type:
DatabaseDriverConfigurationthe configuration if found, otherwise null.
See Also