ComponentOne DataObjects for .NET
CompositeRelation Constructor(SimpleRelation,Table,Table)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > CompositeRelation Class > CompositeRelation Constructor : CompositeRelation Constructor(SimpleRelation,Table,Table)
Simple relation on which the composite relation is based.
Parent table of the relation.
Child table of the relation.
Initializes a new instance of the CompositeRelation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal simpleRel As SimpleRelation, _
   ByVal parentTable As Table, _
   ByVal childTable As Table _
)
public CompositeRelation( 
   SimpleRelation simpleRel,
   Table parentTable,
   Table childTable
)

Parameters

simpleRel
Simple relation on which the composite relation is based.
parentTable
Parent table of the relation.
childTable
Child table of the relation.
See Also

Reference

CompositeRelation Class
CompositeRelation Members
Overload List