Initializes a new instance of the TableView class.

Namespace:  C1.Data.SchemaObjects
Assembly:  C1.Data.2 (in C1.Data.2.dll)

Syntax

C#
public TableView(
	Diagram diagram,
	Table table
)
Visual Basic (Declaration)
Public Sub New ( _
	diagram As Diagram, _
	table As Table _
)

Parameters

diagram
Type: C1.Data.SchemaObjects..::..Diagram
Diagram the table view belongs to.
table
Type: Table
Table the table view is based on.

See Also