See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected bool QueryRelationReadyForCreate( DbColumn childColumn, DiagramTableLayout childTable, DiagramTableLayout parentTable ) |
Visual Basic |
---|
Protected Function QueryRelationReadyForCreate ( childColumn As DbColumn, childTable As DiagramTableLayout, parentTable As DiagramTableLayout ) As Boolean |
Visual C++ |
---|
protected: bool QueryRelationReadyForCreate( DbColumn^ childColumn, DiagramTableLayout^ childTable, DiagramTableLayout^ parentTable ) |
Parameters
- childColumn
- Type: NTier.Model.Entity..::..DbColumn
- childTable
- Type: NTier.Model.Entity..::..DiagramTableLayout
- parentTable
- Type: NTier.Model.Entity..::..DiagramTableLayout