Click or drag to resize

DaxQueryParameter Class

Defines query parameters that will be used in Dax query
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AnalyticsDaxQueryParameter

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 class DaxQueryParameter

The DaxQueryParameter type exposes the following members.

Constructors
  NameDescription
Public methodDaxQueryParameter
Top
Properties
  NameDescription
Public propertyParameterName
Name of the parameter
Public propertyParameterType
Type of parameter
Public propertyParameterValue
Actual parameter value
Top
Methods
  NameDescription
Public methodStatic memberGetParameterTypes
Converts a list of DaxQueryParameters to a dictionary of parameter types
Public methodStatic memberGetParameterValues
Converts a list of DaxQueryParameters to a dictionary of parameter values
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also