Click or drag to resize

ProjectCreateConnectionStringForDatabase Method

Creates the connection string for the database of the driverid specified. Uses the loaded driver for producing this connection string.

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 CreateConnectionStringForDatabase(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: String
the requested connection string or an empty string if not applicable.
Remarks
Starting with build 12112012, the password string is always reset to the empty string.
See Also