The methods of the NpgsqlDataReader class are listed below. For a complete list of NpgsqlDataReader class members, see the NpgsqlDataReader Members topic.
![]() | Closes the data reader object. |
![]() | Releases the resources used by the NpgsqlCommand. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Gets the value of a column converted to a Boolean. |
![]() | Gets the value of a column converted to a Byte. Not implemented. |
![]() | Gets raw data from a column. |
![]() | Gets the value of a column converted to a Char. Not implemented. |
![]() | Gets raw data from a column. |
![]() | Not implemented. |
![]() | Return the data type name of the column at index . |
![]() | Return the data type OID of the column at index . |
![]() | Gets the value of a column converted to a DateTime. |
![]() | Gets the value of a column converted to Decimal. |
![]() | Gets the value of a column converted to Double. |
![]() | Return the data DbType of the column at index . |
![]() | Return the data NpgsqlDbType of the column at index . |
![]() | Return the data type of the column at index . |
![]() | Gets the value of a column converted to Single. |
![]() | Gets the value of a column converted to a Guid. Not implemented. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the value of a column converted to Int16. |
![]() | Gets the value of a column converted to Int32. |
![]() | Gets the value of a column converted to Int64. |
![]() | Return the column name of the column at index . |
![]() | Return the column name of the column named . |
![]() | Returns a System.Data.DataTable that describes the column metadata of the DataReader. |
![]() | Gets the value of a column converted to a String. |
![]() | Gets the Type of the current instance. |
![]() | Return the value of the column at index . |
![]() | Copy values from each column in the current row into . |
![]() | Report whether the value in a column is DBNull. |
![]() | Advances the data reader to the next result, when multiple result sets were returned by the PostgreSQL backend. |
![]() | Advances the data reader to the next row. |
![]() | Returns a String that represents the current Object. |
NpgsqlDataReader Class | Npgsql Namespace