See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A dialog for querying which tables to import from a database schema.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public class TableImportChooserForm : NForm
Visual Basic
Public Class TableImportChooserForm
	Inherits NForm
Visual C++
public ref class TableImportChooserForm : public NForm

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              NForm
                NTier.Designer.Forms..::..TableImportChooserForm

See Also