| ProjectCreateConnectionStringKeyNameForDatabase Method  | 
            Creates the connection string key name for the database of the driverid specified. Uses the ConnectionStringKeyNamePattern value in the 
            project properties. 
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic string CreateConnectionStringKeyNameForDatabase(
	string driverID
)
Public Function CreateConnectionStringKeyNameForDatabase ( 
	driverID As String
) As String
Parameters
- driverID
 - Type: SystemString
The driver ID. 
Return Value
Type: 
Stringthe key name requested
See Also