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 |
|---|---|
| ConfirmQueryExecution(IEnumerable<SqlQuery>) | |
| 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. |
| ShowDuplicatingColumnNameError(String) |
Events
| Name |
|---|
| ParameterRenamed |
See Also