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.3.0.0 (5.3.0)
Syntax public 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