| 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.3.0.0 (5.3.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