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

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
)

Return Value

Type: Boolean

See Also