Class SQLEditor
Dialog for editing a data source's SQL query using a Monaco editor with schema-aware autocomplete, a natural-language-to-SQL chat panel, and a preview of the query results.
Inheritance
SQLEditor
Implements
Inherited Members
Namespace: Reportman.Designer
Assembly: Reportman.Designer.dll
Syntax
public class SQLEditor : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
View SourceSQLEditor()
Declaration
public SQLEditor()
Methods
View SourceDispose(bool)
Limpiar los recursos que se estén usando.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true si los recursos administrados se deben desechar; false en caso contrario. |
Overrides
View SourceShowDialog(ref string, FrameMainDesigner, string)
Declaration
public static bool ShowDialog(ref string sql, FrameMainDesigner framemain, string datainfotalias)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sql | |
| FrameMainDesigner | framemain | |
| string | datainfotalias |
Returns
| Type | Description |
|---|---|
| bool |