| 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
Syntaxpublic 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,
Objectthe modified SQL string
See Also