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.

    See Also