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

A form that prompts the developer to automatically perform a set of tasks to update the entity schema from the database schema such as column adding, removing or renaming.

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

Syntax

C#
public class EntityClassSetDbSyncTasksForm : NDForm
Visual Basic
Public Class EntityClassSetDbSyncTasksForm
	Inherits NDForm
Visual C++
public ref class EntityClassSetDbSyncTasksForm : public NDForm

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..::..NDForm
                  NTier.Model.Forms..::..EntityClassSetDbSyncTasksForm

See Also