| ApplicationUtilsCreateConnectionStringKeyNameForDatabase 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
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.5.0.0 (5.5.18.1019)
 Syntax
Syntaxpublic static string CreateConnectionStringKeyNameForDatabase(
	string driverID,
	string connectionStringKeyNamePatternDefault,
	string connectionStringKeyNamePattern
)
Public Shared Function CreateConnectionStringKeyNameForDatabase ( 
	driverID As String,
	connectionStringKeyNamePatternDefault As String,
	connectionStringKeyNamePattern As String
) As String
Parameters
- driverID
- Type: SystemString
 The driver ID.
- connectionStringKeyNamePatternDefault
- Type: SystemString
 The connection string key name pattern default.
- connectionStringKeyNamePattern
- Type: SystemString
 The connection string key name pattern.
Return Value
Type: 
String
            the key name requested
            
 See Also
See Also