GetDataReader
This instance method returns an OracleDataReader
object for the REF
CURSOR
.
Declaration
// C# public OracleDataReader GetDataReader();
Return Value
OracleDataReader
Remarks
Using the OracleDataReader
, rows can be fetched from the REF
CURSOR
.