Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDataTable Class
Members


In This Topic
    NDataTable Class
    In This Topic
    Represents a data table, which is essentially an interface to a relational data table, where the columns are called fields and contain objects of the same type. Serves as base class for all data tables. Data tables are often aggregated inside a NDataSource object.
    Object Model
    NDataTable Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public MustInherit Class NDataTable 
       Implements Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NDataTable
    [System.Reflection.DefaultMember("Item")]
    public abstract class NDataTable : Nevron.Nov.INDeeplyCloneable  
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also