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


In This Topic
    NIEnumerableDataTable Class
    In This Topic
    Represents a data table that that exposes the public properties of the objects contained in a typed System.Collections.IEnumerable.
    Object Model
    NIEnumerableDataTable Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NIEnumerableDataTable 
       Inherits NIListDataTable
       Implements Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NIEnumerableDataTable
    [System.Reflection.DefaultMember("Item")]
    public class NIEnumerableDataTable : NIListDataTable, Nevron.Nov.INDeeplyCloneable  
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Data.NDataTable
          Nevron.Nov.Data.NObjectsDataTable<TItem>
             Nevron.Nov.Data.NReflectionObjectsDataTable<TItem>
                Nevron.Nov.Data.NIListDataTable
                   Nevron.Nov.Data.NIEnumerableDataTable

    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