IQuery |
public interface IQueryDesignerView
The IQueryDesignerView type exposes the following members.
| Name | Description | |
|---|---|---|
| SetDataGridDataSource | Sets the data source of the field grid. | |
| SetTableTreeDataSource | Sets content of the tree view that shows the tables, views and stored procedures of a data base. | |
| UpdateGridColumns | Updates the visible grid columns for grouped or ungrouped mode. | |
| UpdateSqlDisplay | Updates the SQL preview text and status visibility. |
| Name | Description | |
|---|---|---|
| CheckSql | Occurs when the SQL statement should be validated. | |
| ChooseProperties | Occurs when query field properties should be edited. | |
| ClearQuery | Occurs when the current query should be cleared. | |
| GroupByChanged | Occurs when grouping is enabled or disabled. | |
| HideTableChosen | Occurs when a table should be hidden from the designer. | |
| RelatedTableNameChosen | Occurs when a related table name has been chosen. | |
| RelatedTablesRequired | Occurs when related tables are requested for a node. | |
| ShowTablesAllChosen | Occurs when all hidden tables should be shown again. | |
| TreeNodeMouseDoubleClick | Occurs when a table tree node is double-clicked. | |
| ViewResults | Occurs when query results should be previewed. |