Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDbConnection Class / ExecuteReader Method


In This Topic
    ExecuteReader Method (NDbConnection)
    In This Topic
    Executes the query against this connection, and returns an NDbDataReader.
    Syntax
    'Declaration
     
    
    Public MustOverride Function ExecuteReader( _
       ByVal sqlQuery As System.String _
    ) As NDbDataReader
    'Usage
     
    
    Dim instance As NDbConnection
    Dim sqlQuery As System.String
    Dim value As NDbDataReader
     
    value = instance.ExecuteReader(sqlQuery)
    public abstract NDbDataReader ExecuteReader( 
       System.string sqlQuery
    )

    Parameters

    sqlQuery
    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