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.
See Also