Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NCLRDataTableDataTableAdapter Class / NCLRDataTableDataTableAdapter Constructor


In This Topic
    NCLRDataTableDataTableAdapter Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal WCQ As System.Data.DataTable _
    )
    'Usage
     
    
    Dim WCQ As System.Data.DataTable
     
    Dim instance As New NCLRDataTableDataTableAdapter(WCQ)
    internal NCLRDataTableDataTableAdapter( 
       System.Data.DataTable WCQ
    )

    Parameters

    WCQ
    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