Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NEmptyDataTable Class / GetFieldInfo Method / GetFieldInfo(Int32) Method


In This Topic
    GetFieldInfo(Int32) Method
    In This Topic
    Throws an expception
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetFieldInfo( _
       ByVal field As System.Integer _
    ) As NFieldInfo
    'Usage
     
    
    Dim instance As NEmptyDataTable
    Dim field As System.Integer
    Dim value As NFieldInfo
     
    value = instance.GetFieldInfo(field)
    public override NFieldInfo GetFieldInfo( 
       System.int field
    )

    Parameters

    field
    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