Click or drag to resize

GenericSQLCollectorPostActionHandlerCreateConnectionString Method

This method will create connection string. It is separated so it is easier to write unit tests for it.

Namespace:  Omada.OE.Solution.OIM.Assembly.SystemOnBoardingPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public string CreateConnectionString(
	Dictionary<string, string> connectionData
)

Parameters

connectionData
Type: System.Collections.GenericDictionaryString, String
ActionArgument converted to Dictionary

Return Value

Type: String
See Also