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

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > ViewRelation Class > ViewRelation Constructor : ViewRelation 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 ViewRelation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal diagram As Diagram, _
   ByVal relation As Relation _
)
public ViewRelation( 
   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

ViewRelation Class
ViewRelation Members
Overload List