Skip to main content
A newer version of this page is available. .

IMultiQueryConfigureParametersPageView Members

If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.

Properties

Name Description
SelectedQueryName If implemented, returns the name of a query to which the currently edited parameter belongs.

Methods

Name Description
GetParameters() If implemented, returns the list of query parameters created while running the wizard.
Initialize(IEnumerable<IQueryParameter>, Dictionary<String, Boolean>, Func<PreviewData>, Boolean, Boolean) If implemented, initializes a wizard page with the specified settings.

Events

Name
ParameterRenamed
See Also