| Name | Description |
 | Close | Overridden. Closes the OracleDataReader object. |
 | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
 | GetBoolean | Overloaded. Overridden. Gets the value of the specified column as a Boolean. |
 | GetByte | Overloaded. Overridden. Gets the value of the specified column as a byte. |
 | GetBytes | Overloaded. Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. |
 | GetChar | Overloaded. Overridden. Gets the value of the specified column as a single character. |
 | GetChars | Overloaded. Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
 | GetDataTypeName | Overloaded. Overridden. Gets the name of the source data type. |
 | GetDateTime | Overloaded. Overridden. Gets the value of the specified column as a System.DateTime object. |
 | GetDateTimeOffset | Overloaded. Overridden. Gets the value of the specified column as an DateTimeOffset object. |
 | GetDecimal | Overloaded. Overridden. Gets the value of the specified column as a System.Decimal object. |
 | GetDouble | Overloaded. Overridden. Gets the value of the specified column as a double-precision floating point number. |
 | GetFieldType | Overloaded. Overridden. Gets the System.Type that is the data type of the object. |
 | GetFloat | Overloaded. Overridden. Gets the value of the specified column as a single-precision floating point number. |
 | GetGuid | Overloaded. Overridden. Gets the value of the specified column as a globally-unique identifier (GUID). |
 | GetInt16 | Overloaded. Overridden. Gets the value of the specified column as a 16-bit signed integer. |
 | GetInt32 | Overloaded. Overridden. Gets the value of the specified column as a 32-bit signed integer. |
 | GetInt64 | Overloaded. Overridden. Gets the value of the specified column as a 64-bit signed integer. |
 | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
 | GetName | Overridden. Gets the name of the specified column. |
 | GetNativeOracleArray | Overloaded. Gets the value of the specified column as an NativeOracleArray object. |
 | GetNativeOracleObject | Overloaded. Gets the value of the specified column as an NativeOracleObject object. |
 | GetNativeOracleTable | Overloaded. Gets the value of the specified column as an NativeOracleTable object. |
 | GetObjectType | Overloaded. Gets the value of the specified column as an OracleType object. |
 | GetOracleAnyData | Overloaded. Gets the value of the specified column as an OracleAnyData object. |
 | GetOracleArray | Overloaded. Gets the value of the specified column as an OracleArray object. |
 | GetOracleBFile | Overloaded. Gets the value of the specified column as an OracleBFile object. |
 | GetOracleBinary | Overloaded. Gets the value of the specified column as an OracleBinary object. |
 | GetOracleCursor | Overloaded. Gets the value of the specified column as an OracleCursor object. |
 | GetOracleDate | Overloaded. Gets the value of the specified column as an OracleDate object. |
 | GetOracleDateTime | Gets the value of the specified column as an OracleDateTime object. |
 | GetOracleIntervalDS | Overloaded. Gets the value of the specified column as an OracleIntervalDS object. |
 | GetOracleIntervalYM | Overloaded. Gets the value of the specified column as an OracleIntervalYM object. |
 | GetOracleLob | Overloaded. Gets the value of the specified column as a OracleLob object. |
 | GetOracleMonthSpan | Gets the value of the specified column as an OracleMonthSpan object. |
 | GetOracleNumber | Overloaded. Gets the value of the specified column as an OracleNumber object. |
 | GetOracleObject | Overloaded. Gets the value of the specified column as an OracleObject object. |
 | GetOracleRef | Overloaded. Gets the value of the specified column as an OracleRef object. |
 | GetOracleString | Overloaded. Gets the value of the specified column as an OracleString object. |
 | GetOracleTable | Overloaded. Gets the value of the specified column as an OracleTable object. |
 | GetOracleTimeSpan | Gets the value of the specified column as an OracleTimeSpan object. |
 | GetOracleTimeStamp | Overloaded. Gets the value of the specified column as an OracleTimeStamp object. |
 | GetOracleValue | Overloaded. Gets the value of the column at the specified ordinal in its Oracle format wrapped by dotConnect for Oracle. |
 | GetOracleValues | Overloaded. Gets all the column values as the dotConnect for Oracle wrapped types. |
 | GetOracleXml | Overloaded. Gets the value of the specified column as an OracleXml object. |
 | GetOrdinal | Gets the column ordinal, given the name of the column. (Inherited from Devart.Common.DbDataReaderBase) |
 | GetProviderSpecificFieldType | Overloaded. Overridden. Gets the System.Type that is the provider-specific data type of the object. |
 | GetProviderSpecificValue | Overloaded. Overridden. Gets the value of the specified column. If possible, a provider-specific type is used. |
 | GetProviderSpecificValues | Overloaded. Overridden. Gets all column values in the collection for the current row. If possible, a provider-specific type is used. |
 | GetSchemaTable | Returns a System.Data.DataTable that describes the column metadata of the Devart.Common.DbDataReaderBase. (Inherited from Devart.Common.DbDataReaderBase) |
 | GetString | Overloaded. Overridden. Gets the value of the specified column as a string. |
 | GetTimeSpan | Overloaded. Gets the value of the specified column as a System.TimeSpan. |
 | GetValue | Overloaded. Overridden. Gets the value of the specified column in its native format. |
 | GetValues | Overloaded. Overridden. Gets all column values for the current row. |
 | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
 | IsDBNull | Overloaded. Overridden. Gets a value indicating whether the column contains non-existent or missing values. |
 | NextResult | Overridden. Advances the data reader to the next result, when reading the results of multiple REF CURSORs in PL/SQL statement. |
 | Read | Overridden. Advances the OracleDataReader to the next record. |