DBDriverBaseAppendCustomFragmentsToConnectionString Method |
Appends the custom fragments in the connection elements to use to the stringbuilder passed in.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected virtual void AppendCustomFragmentsToConnectionString(
StringBuilder builder,
Dictionary<ConnectionElement, string> connectionElementsToUse
)
Protected Overridable Sub AppendCustomFragmentsToConnectionString (
builder As StringBuilder,
connectionElementsToUse As Dictionary(Of ConnectionElement, String)
)
Parameters
- builder
- Type: System.TextStringBuilder
The string builder to append to. - connectionElementsToUse
- Type: System.Collections.GenericDictionaryConnectionElement, String
See Also