| DaxQueryParameterGetParameterTypes Method |
Converts a list of DaxQueryParameters to a dictionary of parameter types
Namespace:
Omada.OE.Solution.OIM.AppLogic.Analytics
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Dictionary<string, QueryParameterHelperParameterType> GetParameterTypes(
List<DaxQueryParameter> queryParameters
)
Parameters
- queryParameters
- Type: System.Collections.GenericListDaxQueryParameter
List of DaxQueryParameter
Return Value
Type:
DictionaryString,
QueryParameterHelperParameterTypeDictionary of parameter names and types
See Also