dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCursor Class / GetDataReader Method

In This Topic
GetDataReader Method
In This Topic
Gets an OracleDataReader for the specified cursor.
Syntax
'Declaration
 
Public Function GetDataReader() As OracleDataReader
 

Return Value

The OracleDataReader for the cursor.
Remarks
An OracleDataReader allows you to read data from the cursor at the server.
See Also