IParameterViewModel Properties
If implemented, specifies a View Model that provides information about a parameter.| Name | Description |
|---|---|
| Expression | Specifies a parameter’s expression. |
| IsExpression | Specifies whether a parameter has the Expression type. |
| Name | If implemented by a class, this property returns the parameter name. Inherited from IFilterParameter. |
| QueryName | Specifies the name of the query to which a parameter is assigned. |
| Type | If implemented by a class, this property returns the parameter type. Inherited from IFilterParameter. |
| Value | Specifies the parameter value. Inherited from IParameter. |
See Also