Objects of the TableView class represent nodes in a data set definition diagram.

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

Syntax

C#
public class TableView : BaseTable
Visual Basic (Declaration)
Public Class TableView _
	Inherits BaseTable

Remarks

Objects of the derived CompositeDefView class represent nodes in a composite table definition diagrams. For both kinds of table views, every table view object is based on a table object.

Inheritance Hierarchy

System..::..Object
  C1.Data.SchemaObjects..::..BaseTable
    C1.Data.SchemaObjects..::..TableView

See Also