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

The DbSchema radio button and combo box shown at the left of the 'Database' tab of the app wizard.

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

Syntax

C#
public class DbSchemaRadioButtonAndComboBoxControl : NDUserControl
Visual Basic
Public Class DbSchemaRadioButtonAndComboBoxControl
	Inherits NDUserControl
Visual C++
public ref class DbSchemaRadioButtonAndComboBoxControl : public NDUserControl

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              NUserControl
                NTier.Designer.Forms..::..NDUserControl
                  NTier.AppWizard.Forms..::..DbSchemaRadioButtonAndComboBoxControl

See Also