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()
Public Function ConstructConnectionString As String
Return Value
Type:
StringA valid connection string which is usable to connect to the database to work with.
See Also