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

A form that's used to query the user for a table primary key, where one doesn't yet exist. The user has the option of entering the name of the primary key.

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

Syntax

C#
public class NewPrimaryKeyForNewRelationForm : NForm
Visual Basic
Public Class NewPrimaryKeyForNewRelationForm
	Inherits NForm
Visual C++
public ref class NewPrimaryKeyForNewRelationForm : 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.Model.Forms..::..NewPrimaryKeyForNewRelationForm

See Also