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

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

Parameters

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

Reference

TableView Class
TableView Members
Overload List