QueryParameterViewModel Properties
A ViewModel that provides information on query parameters in the Data Source Wizard.| Name | Description |
|---|---|
| IsExpression | Specifies whether the parameter is assigned a Expression. Inherited from ParameterViewModel. |
| IsFixedParameter | Indicates whether editing the parameter name and type is enabled. Inherited from ParameterViewModel. |
| Name | Specifies the parameter name. Inherited from ParameterViewModel. |
| ParameterResultType | Specifies the type returned by an expression assigned to a parameter. Inherited from ParameterViewModel. |
| QueryName | Specifies the name of a query to which a current parameter belongs. |
| Type | Specifies the parameter type. Inherited from ParameterViewModel. |
| Value | Specifies the parameter value or expression. Inherited from ParameterViewModel. |
See Also