DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / BaseTable Class
Members

In This Topic
    BaseTable Class
    In This Topic
    Represents a DataEngine base table, that is, a table filled with rows imported from data source(s).
    Object Model
    BaseTable Class
    Syntax
    'Declaration
     
    Public Class BaseTable 
       Inherits Table
    public class BaseTable : Table 
    Inheritance Hierarchy

    System.Object
       C1.DataEngine.Table
          C1.DataEngine.BaseTable

    See Also