IConfigureParametersPageView Methods
If implemented, provides a view for the Configure Query Parameters page of the Data Source Wizard.| Name | Description |
|---|---|
| ConfirmQueryExecution() | If implemented, displays the dialog to confirm query execution. |
| GetParameters() | If implemented, returns a collection of stored procedure parameters. |
| Initialize(IEnumerable<IParameter>, Func<PreviewData>, Boolean, Boolean) | If implemented, initializes a wizard page with the specified options. |
| ShowDuplicatingColumnNameError(String) | If implemented, displays the error message about duplicating the specified column. |
See Also