Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static string CreateConnectionStringKeyNameForDatabase(
	string driverID,
	string connectionStringKeyNamePatternDefault,
	string connectionStringKeyNamePattern
)

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