ComponentOne DataObjects for .NET
CompositeDefView Constructor(Diagram,Table)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > CompositeDefView Class > CompositeDefView Constructor : CompositeDefView Constructor(Diagram,Table)
Diagram the table view belongs to.
Table the table view is based on.
Initializes a new instance of the CompositeDefView class.
Syntax
'Declaration
 
Public Function New( _
   ByVal diagram As Diagram, _
   ByVal table As Table _
)
public CompositeDefView( 
   Diagram diagram,
   Table table
)

Parameters

diagram
Diagram the table view belongs to.
table
Table the table view is based on.
See Also

Reference

CompositeDefView Class
CompositeDefView Members
Overload List