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.8.0.0 (5.8.21.0208)
Syntaxpublic 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