Base class for all tables and table views.

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

Syntax

C#
public abstract class BaseTable
Visual Basic (Declaration)
Public MustInherit Class BaseTable

Inheritance Hierarchy

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

See Also