Show / Hide Table of Contents

Class DBSheetCreateForm

Form for defining/creating DBSheet definitions

Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
DBSheetCreateForm
Namespace: DBaddin
Assembly: DBaddin.dll
Syntax
[DesignerGenerated]
public class DBSheetCreateForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Fields

| Improve this Doc View Source

ToolTipMain

Declaration
public ToolTip ToolTipMain
Field Value
Description

Properties

| Improve this Doc View Source

addAllFields

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

clearAllFields

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

createQuery

Declaration
public virtual Button createQuery { get; set; }
Property Value
Description
| 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

Lenvironment

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

loadDefs

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

LPwd

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

LQuery

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

LTable

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

LWhereParamClause

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

Query

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

saveDefs

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

saveDefsAs

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

Table

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

testQuery

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

WhereClause

Declaration
public virtual TextBox WhereClause { get; set; }
Property Value
Description

Methods

| Improve this Doc View Source

correctNonNull(String)

corrects field names of non null-able fields prepended with specialNonNullableChar (e.g. "*") back to the real name

Declaration
public string correctNonNull(string name)
Parameters
Name Description
name
Returns
Description

the corrected string

| Improve this Doc View Source

CreateInstance()

Declaration
public static DBSheetCreateForm CreateInstance()
Returns
Description
  • Improve this Doc
  • View Source
Back to top Generated by DocFX