| DBDriverBaseSetConnectionElements Method  | 
 
            Sets the connection elements to the contents of the passed in dictionary by copying them over into the ConnectionElements dictionary. The
            current values in ConnectionElements are removed first.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void SetConnectionElements(
	Dictionary<ConnectionElement, string> connectionElements
)
Public Sub SetConnectionElements ( 
	connectionElements As Dictionary(Of ConnectionElement, String)
)
Parameters
- connectionElements
 - Type: System.Collections.GenericDictionaryConnectionElement, String
The connection elements. 
See Also