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.6.0.0 (5.6.19.0117)
Syntax public string CreateConnectionStringForDatabase(
string driverID
)
Public Function CreateConnectionStringForDatabase (
driverID As String
) As String
Parameters
- driverID
- Type: SystemString
The driver ID.
Return Value
Type:
Stringthe 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