Click or drag to resize

IQueryDesignerView Interface

View contract for designing SQL queries interactively.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IQueryDesignerView

The IQueryDesignerView type exposes the following members.

Methods
 NameDescription
Public methodSetDataGridDataSource Sets the data source of the field grid.
Public methodSetTableTreeDataSourceSets content of the tree view that shows the tables, views and stored procedures of a data base.
Public methodUpdateGridColumns Updates the visible grid columns for grouped or ungrouped mode.
Public methodUpdateSqlDisplay Updates the SQL preview text and status visibility.
Top
Events
 NameDescription
Public eventCheckSql Occurs when the SQL statement should be validated.
Public eventChooseProperties Occurs when query field properties should be edited.
Public eventClearQuery Occurs when the current query should be cleared.
Public eventGroupByChanged Occurs when grouping is enabled or disabled.
Public eventHideTableChosen Occurs when a table should be hidden from the designer.
Public eventRelatedTableNameChosen Occurs when a related table name has been chosen.
Public eventRelatedTablesRequired Occurs when related tables are requested for a node.
Public eventShowTablesAllChosen Occurs when all hidden tables should be shown again.
Public eventTreeNodeMouseDoubleClick Occurs when a table tree node is double-clicked.
Public eventViewResults Occurs when query results should be previewed.
Top
See Also