IQueryParameter Properties
If implemented, provides the information about a query parameter while running the Data Source Wizard.| Name | Description |
|---|---|
| Name | If implemented by a class, this property returns the parameter name. Inherited from IFilterParameter. |
| QueryName | Specifies the name of a query with which the parameter is associated. |
| 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