Class AdHocSQL
User-form for ad-hoc SQL execution
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
AdHocSQL
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
[DesignerGenerated]
public class AdHocSQL : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
| Improve this Doc View SourceAdHocSQL(String, Int32)
create new AdHocSQL dialog
Declaration
public AdHocSQL(string SQLString, int AdHocSQLStringsIndex)
Parameters
Name | Description |
---|---|
SQLString | |
AdHocSQLStringsIndex |
Properties
| Improve this Doc View SourceDatabase
Declaration
public virtual ComboBox Database { get; set; }
Property Value
Description |
---|
LDatabase
Declaration
public virtual Label LDatabase { get; set; }
Property Value
Description |
---|
LEnv1
Declaration
public virtual Label LEnv1 { get; set; }
Property Value
Description |
---|
Methods
| Improve this Doc View SourceDispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Name | Description |
---|---|
disposing |
Overrides
System.Windows.Forms.Form.Dispose(System.Boolean)