Click or drag to resize

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
Syntax
C#
public static Dictionary<string, QueryParameterHelperParameterType> GetParameterTypes(
	List<DaxQueryParameter> queryParameters
)

Parameters

queryParameters
Type: System.Collections.GenericListDaxQueryParameter
List of DaxQueryParameter

Return Value

Type: DictionaryString, QueryParameterHelperParameterType
Dictionary of parameter names and types
See Also