NextResult Method (OracleDataReader)
Advances the data reader to the next result, when reading the results of multiple REF CURSORs in PL/SQL statement.
public override bool NextResult()
'Declaration
Public Overrides Function NextResult() As Boolean
Return Value
true if there are more cursors; otherwise, false.