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


In This Topic
    GetFieldInfo(Int32) Method
    In This Topic
    Gets information about the field at the specified index
    Syntax
    'Declaration
     
    
    Public Overloads Function GetFieldInfo( _
       ByVal field As System.Integer _
    ) As NFieldInfo
    'Usage
     
    
    Dim instance As NDataSource
    Dim field As System.Integer
    Dim value As NFieldInfo
     
    value = instance.GetFieldInfo(field)
    public 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