Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NCLRDataTableDataTableAdapter Class / RemoveRowCore Method


In This Topic
    RemoveRowCore Method (NCLRDataTableDataTableAdapter)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveRowCore( _
       ByVal row As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NCLRDataTableDataTableAdapter
    Dim row As System.Integer
     
    instance.RemoveRowCore(row)
    protected override void RemoveRowCore( 
       System.int row
    )

    Parameters

    row
    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