Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public string CreateConnectionStringKeyNameForDatabase(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: String
the key name requested
See Also