Click or drag to resize

IArbitrarySqlQueryView Interface

View interface for editing and testing an arbitrary SQL query.

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

The IArbitrarySqlQueryView type exposes the following members.

Properties
 NameDescription
Public propertySqlText Gets or sets the SQL text.
Top
Methods
 NameDescription
Public methodUpdateStatus Updates the status of Gui items according to the provided parameters;
Top
Events
 NameDescription
Public eventCheckSql Occurs when the SQL should be checked.
Public eventClearQuery Occurs when the query text should be cleared.
Public eventSqlTextChanged Occurs when the SQL text changes.
Public eventViewResults Occurs when the query results should be previewed.
Top
See Also