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


In This Topic
    NEmptyDataTable Class
    In This Topic
    Represents the empty data table. This is a singleton object that is exposed by the Instance static field.
    Object Model
    NEmptyDataTable Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NEmptyDataTable 
       Inherits NDataTable
       Implements Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NEmptyDataTable
    [System.Reflection.DefaultMember("Item")]
    public class NEmptyDataTable : NDataTable, Nevron.Nov.INDeeplyCloneable  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NEmptyDataTable

    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