Click or drag to resize

DataUtilsCreateConnectionString Method

This method will create connection string based on every possibility of collector variables

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string CreateConnectionString(
	Dictionary<string, string> collectorVariables
)

Parameters

collectorVariables
Type: System.Collections.GenericDictionaryString, String
Dictionary of connector variables, key is package path, value is what user have placed in OIS

Return Value

Type: String
See Also