Click or drag to resize
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)
Syntax
public void SetConnectionElements(
	Dictionary<ConnectionElement, string> connectionElements
)

Parameters

connectionElements
Type: System.Collections.GenericDictionaryConnectionElement, String
The connection elements.
See Also