Click or drag to resize
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)
Syntax
public DatabaseDriverConfiguration GetDriverConfigurationFromCache(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: DatabaseDriverConfiguration
the configuration if found, otherwise null.
See Also