| CoreStateGetDriverConfigurationFromCache Method  | 
            Gets the driver configuration from cache.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic 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