Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDataTable Class / FromObject Method


In This Topic
    FromObject Method (NDataTable)
    In This Topic
    Creates a data table from the specified object.
    Syntax
    'Declaration
     
    
    Public Shared Function FromObject( _
       ByVal obj As System.Object _
    ) As NDataTable
    'Usage
     
    
    Dim obj As System.Object
    Dim value As NDataTable
     
    value = NDataTable.FromObject(obj)
    public static NDataTable FromObject( 
       System.object obj
    )

    Parameters

    obj
    Remarks
    The implementation of this method can be extended by the host, so certain hosts may create data tables from a larger set of objects.
    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