| FrameworkValidatorBaseGetDbDescriptionForDriverID Method (String) | 
 
            Gets the db description for driver ID.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxprotected string GetDbDescriptionForDriverID(
	string driverID
)
Protected Function GetDbDescriptionForDriverID ( 
	driverID As String
) As String
Parameters
- driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
String
See Also