Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / drKI Class / ExecuteReader Method


In This Topic
    ExecuteReader Method (drKI)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function ExecuteReader( _
       ByVal GrKI As System.String _
    ) As NDbDataReader
    'Usage
     
    
    Dim instance As drKI
    Dim GrKI As System.String
    Dim value As NDbDataReader
     
    value = instance.ExecuteReader(GrKI)
    public override NDbDataReader ExecuteReader( 
       System.string GrKI
    )

    Parameters

    GrKI
    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