DBDriverBaseConstructConnectionString Method (DictionaryConnectionElement, String) | 
 
            Constructs a valid connection string from the ConnectionElements specified.
            
 
    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 abstract string ConstructConnectionString(
	Dictionary<ConnectionElement, string> connectionElementsToUse
)
Public MustOverride Function ConstructConnectionString ( 
	connectionElementsToUse As Dictionary(Of ConnectionElement, String)
) As String
Parameters
- connectionElementsToUse
 - Type: System.Collections.GenericDictionaryConnectionElement, String
The connection elements to use when producing the connection string 
Return Value
Type: 
String
            A valid connection string which is usable to connect to the database to work with.
            
See Also