| Name | Description |
 | Close | Overridden. Closes the PgSqlDataReader object. |
 | CreateObjRef | (Inherited from System.MarshalByRefObject) |
 | GetBitArray | Overloaded. Gets the value of the specified column as a BitArray. |
 | 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. |
 | 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 universally unique identifier (UUID). |
 | 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 | Gets the column ordinal, given the name of the column. (Inherited from Devart.Common.DbDataReaderBase) |
 | GetPgSqlArray | Overloaded. Gets the value of the specified column as a PgSqlArray object. |
 | GetPgSqlBigIntRange | Overloaded. Gets the value of the specified column as a PgSqlBigIntRange object. |
 | GetPgSqlBlob | Overloaded. Gets the value of the specified column as a PgSqlBlob object. |
 | GetPgSqlBox | Overloaded. Gets the value of the specified column as a PgSqlBox object. |
 | GetPgSqlCircle | Overloaded. Gets the value of the specified column as a PgSqlCircle object. |
 | GetPgSqlCursor | Overloaded. Gets the value of the specified column as a PgSqlCursor object. |
 | GetPgSqlDateRange | Overloaded. Gets the value of the specified column as a PgSqlDateRange object. |
 | GetPgSqlInet | Overloaded. Gets the value of the specified column as a PgSqlInet object. |
 | GetPgSqlInterval | Overloaded. Gets the value of the specified column as a PgSqlInterval object. |
 | GetPgSqlIntRange | Overloaded. Gets the value of the specified column as a PgSqlIntRange object. |
 | GetPgSqlLargeObject | Overloaded. Gets the value of the specified column as PgSqlLargeObject. |
 | GetPgSqlLine | Overloaded. Gets the value of the specified column as a PgSqlLine object. |
 | GetPgSqlLSeg | Overloaded. Gets the value of the specified column as a PgSqlLSeg object. |
 | GetPgSqlMacAddr | Overloaded. Gets the value of the specified column as a PgSqlMacAddr object. |
 | GetPgSqlNumericRange | Overloaded. Gets the value of the specified column as a PgSqlNumericRange object. |
 | GetPgSqlPath | Overloaded. Gets the value of the specified column as a PgSqlPath object. |
 | GetPgSqlPoint | Overloaded. Gets the value of the specified column as a PgSqlPoint object. |
 | GetPgSqlPolygon | Overloaded. Gets the value of the specified column as a PgSqlPolygon object. |
 | GetPgSqlRow | Overloaded. Gets the value of the specified column as a PgSqlRow object. |
 | GetPgSqlRowType | Overloaded. Gets the value of the specified column as a PgSqlRowType object. |
 | GetPgSqlText | Overloaded. Gets the value of the specified column as a PgSqlText object. |
 | GetPgSqlTime | Overloaded. Gets the value of the specified column as a PgSqlTime object. |
 | GetPgSqlTimeStamp | Overloaded. Gets the value of the specified column as a PgSqlTimeStamp object. |
 | GetPgSqlTimeStampRange | Overloaded. Gets the value of the specified column as a PgSqlTimeStampRange object. |
 | GetPgSqlTimeStampTZRange | Overloaded. Gets the value of the specified column as a PgSqlTimeStampTZRange object. |
 | 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 | Overridden. Returns a System.Data.DataTable that describes the column metadata of the PgSqlDataReader. |
 | 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 PgSqlDataReader to the next record. |