dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataReader Class / NextResult Method

In This Topic
    NextResult Method (OracleDataReader)
    In This Topic
    Advances the data reader to the next result, when reading the results of multiple REF CURSORs in PL/SQL statement.
    Syntax
    'Declaration
     
    Public Overrides Function NextResult() As Boolean
    public override bool NextResult()

    Return Value

    true if there are more cursors; otherwise, false.
    Remarks
    Used to process multiple cursors, which can be generated by executing PL/SQL statements.

    By default, the OracleDataReader is positioned on the first cursor.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also