Show / Hide Table of Contents

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 Source

AdHocSQL(String, Int32)

create new AdHocSQL dialog

Declaration
public AdHocSQL(string SQLString, int AdHocSQLStringsIndex)
Parameters
Name Description
SQLString
AdHocSQLStringsIndex

Properties

| Improve this Doc View Source

Database

Declaration
public virtual ComboBox Database { get; set; }
Property Value
Description
| Improve this Doc View Source

LDatabase

Declaration
public virtual Label LDatabase { get; set; }
Property Value
Description
| Improve this Doc View Source

LEnv1

Declaration
public virtual Label LEnv1 { get; set; }
Property Value
Description

Methods

| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Name Description
disposing
Overrides
System.Windows.Forms.Form.Dispose(System.Boolean)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX