IMultiQueryConfigurePageView Methods
If implemented, provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.| Name | Description |
|---|---|
| ConfirmQueryExecution(IEnumerable<SqlQuery>) | |
| CreateMasterDetailRunner() | For internal use. If implemented, creates an object that enables running the Master-Detail Relation Editor. |
| CreateQueryBuilderRunner(IDBSchemaProviderEx, DBSchema, SqlDataConnection, IParameterService) | If implemented, creates an object that enables running the Query Builder. |
| GetFocusedItem() | If implemented, returns a currently focused query item. |
| SetEditRelationEnabled(Boolean) | If implemented, specifies whether or not the Edit Relations button is enabled on the current wizard page. |
See Also