IMultiQueryConfigureParametersPageView Methods
If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.| 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) |
See Also