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


In This Topic
    NMemoryDataTable Class
    In This Topic
    Represents a data table that is stored in-memory.
    Object Model
    NMemoryDataTable Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NMemoryDataTable 
       Inherits NDataTable
       Implements Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Serialization.INDomCustomSerializable 
    'Usage
     
    
    Dim instance As NMemoryDataTable
    [System.Reflection.DefaultMember("Item")]
    public class NMemoryDataTable : NDataTable, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Serialization.INDomCustomSerializable  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NMemoryDataTable

    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