Skip to main content

IQueryParameter Members

If implemented, provides the information about a query parameter while running the Data Source Wizard.

Properties

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