Click or drag to resize

SurveyControllerConvertScopeVariableValuesToParameterDictionary Method

Converts a list of scope variable values for the survey to a dictionary accepted by the QueryParameterHelper

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Dictionary<string, Object> ConvertScopeVariableValuesToParameterDictionary(
	Dictionary<string, List<string>> scopeVariableValues
)

Parameters

scopeVariableValues
Type: System.Collections.GenericDictionaryString, ListString
The list of scope variable values used to start the survey

Return Value

Type: DictionaryString, Object
the modified SQL string
See Also