IMultiQueryConfigurePageView Members
If implemented, provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard.Properties
| Name | Description |
|---|---|
| Items | If implemented, specifies the collection of tree list elements. |
Methods
| 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. |
Events
| Name | Description |
|---|---|
| AddQuery | Occurs on running the Query Builder for adding a new custom query. |
| ConfigureQuery | Occurs on running the Query Builder for configuring an existing query. |
| DeleteQuery | Occurs on deleting a custom query. |
| EditRelations | Occurs on running the Master-Detail Relation Editor for creating or editing data relationships. |
| ExpandNode | Occurs on expanding a tree list node. |
| ItemUpdated | Occurs on changing the selection of any of the tree list items. |
| ListStateUpdated | Occurs on changing the tree list layout requiring the tree list to re-render. |
See Also