Click or drag to resize

IEntireTableQueryView Interface

View contract for selecting a complete table, view, or stored procedure.

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

The IEntireTableQueryView type exposes the following members.

Methods
 NameDescription
Public methodSetTreeSourceSets content of the tree view that shows the tables, views and stored procedures of a data base.
Top
Events
 NameDescription
Public eventSelectedSchemaNodeChanged Occurs when the selected tree node of the schema tree changed.
Public eventViewResults Occurs when the user requests to view the results.
Top
See Also