NevronOpenVision
Nevron.Nov.Data Namespace / NDataTable Class / FromObject Method
FromObject Method (NDataTable)
Creates a data table from the specified object.
Syntax
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