Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NEmptyDataTable Class / InsertFieldCore Method


In This Topic
    InsertFieldCore Method (NEmptyDataTable)
    In This Topic
    Inserts a new field at the specified index
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertFieldCore( _
       ByVal field As System.Integer, _
       ByVal fieldInfo As NFieldInfo _
    ) 
    'Usage
     
    
    Dim instance As NEmptyDataTable
    Dim field As System.Integer
    Dim fieldInfo As NFieldInfo
     
    instance.InsertFieldCore(field, fieldInfo)
    protected override void InsertFieldCore( 
       System.int field,
       NFieldInfo fieldInfo
    )

    Parameters

    field
    fieldInfo
    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