Click or drag to resize

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)
Syntax
protected virtual void AppendCustomFragmentsToConnectionString(
	StringBuilder builder,
	Dictionary<ConnectionElement, string> connectionElementsToUse
)

Parameters

builder
Type: System.TextStringBuilder
The string builder to append to.
connectionElementsToUse
Type: System.Collections.GenericDictionaryConnectionElement, String
See Also