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.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.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