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
Assembly: DBaddin.dll
[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
Properties
|
Improve this Doc
View Source
Declaration
public virtual Button addAllFields { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Button clearAllFields { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Button createQuery { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual ComboBox Database { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Label LDatabase { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Label Lenvironment { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Button loadDefs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Label LPwd { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Label LQuery { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Label LTable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Label LWhereParamClause { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual TextBox Query { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Button saveDefs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Button saveDefsAs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual ComboBox Table { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual Button testQuery { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual TextBox WhereClause { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
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
Returns
Description |
the corrected string
|
|
Improve this Doc
View Source
Declaration
public static DBSheetCreateForm CreateInstance()
Returns