| Name | Description |
 | Close | Overridden. Closes the DB2DataReader object. |
 | CreateObjRef | (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 System.DateTimeOffset object. |
 | GetDB2Binary | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Binary object. |
 | GetDB2Blob | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Blob object. |
 | GetDB2Clob | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Clob object. |
 | GetDB2Date | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Date object. |
 | GetDB2Decimal | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Decimal object. |
 | GetDB2DecimalFloat | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2DecimalFloat object. |
 | GetDB2Double | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Double object. |
 | GetDB2Int16 | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Int16 object. |
 | GetDB2Int32 | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Int32 object. |
 | GetDB2Int64 | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Int64 object. |
 | GetDB2Real | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Real object. |
 | GetDB2Real370 | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Real370 object. |
 | GetDB2RowId | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2RowId object. |
 | GetDB2String | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2String object. |
 | GetDB2Time | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Time object. |
 | GetDB2TimeStamp | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2TimeStamp object. |
 | GetDB2TimeStampOffset | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2TimeStampOffset object. |
 | GetDB2Type | Gets the type of the specified column. |
 | GetDB2Value | Overloaded. Gets the value of the column in its DB2 format wrapped by dotConnect for DB2. |
 | GetDB2Values | Gets all the column values as the dotConnect for DB2 wrapped types. |
 | GetDB2Xml | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Xml object. |
 | GetDB2XsrObjectId | Overloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2XsrObjectId 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 | (Inherited from System.MarshalByRefObject) |
 | GetName | Overridden. Gets the name of the specified column. |
 | GetOrdinal | Overridden. Gets the column ordinal, given the name of the column. |
 | 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 | Overridden. Gets all column values 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 | Overridden. Gets all column values for the current row. |
 | InitializeLifetimeService | (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 batch SQL statements. |
 | Read | Overridden. Advances the DB2DataReader to the next record. |