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

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

Parameters

diagram
Diagram the table view belongs to.
table
Table the table view is based on.
userObjPrototype
Custom row's prototype.
See Also

Reference

TableView Class
TableView Members
Overload List