Click or drag to resize
DBDriverBaseConstructConnectionString Method
Constructs a valid connection string from the ConnectionElements specified in this driver instance.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public string ConstructConnectionString()

Return Value

Type: String
A valid connection string which is usable to connect to the database to work with.
See Also