Initializes a new instance of the TableView class.
Namespace:
C1.Data.SchemaObjectsAssembly: C1.Data.2 (in C1.Data.2.dll)
Syntax
C# |
---|
public TableView( Diagram diagram, Table table, C1DataRow userObjPrototype ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ diagram As Diagram, _ table As Table, _ userObjPrototype As C1DataRow _ ) |
Parameters
- diagram
- Type: C1.Data.SchemaObjects..::..Diagram
Diagram the table view belongs to.
- table
- Type: Table
Table the table view is based on.
- userObjPrototype
- Type: C1DataRow
Custom row's prototype.