ComponentOne DataObjects for .NET
CompositeDefRelation Constructor(Diagram,Relation)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > CompositeDefRelation Class > CompositeDefRelation Constructor : CompositeDefRelation Constructor(Diagram,Relation)
Diagram to which this view relation belongs.
Relation between tables on which this view relation is based.
Initializes a new instance of the CompositeDefRelation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal diagram As Diagram, _
   ByVal relation As Relation _
)
public CompositeDefRelation( 
   Diagram diagram,
   Relation relation
)

Parameters

diagram
Diagram to which this view relation belongs.
relation
Relation between tables on which this view relation is based.
See Also

Reference

CompositeDefRelation Class
CompositeDefRelation Members
Overload List