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. |
![]() |
|
![]() |
Gets the value of a column as Boolean. |
![]() |
Gets the value of a column as Byte. Not implemented. |
![]() |
Gets raw data from a column. |
![]() |
Gets the value of a column as 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 as DateTime. |
![]() |
Gets the value of a column as Decimal. |
![]() |
Gets the value of a column as 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 as Single. |
![]() |
Gets the value of a column converted to a Guid. Not implemented. |
![]() |
|
![]() |
Gets the value of a column as Int16. |
![]() |
Gets the value of a column as Int32. |
![]() |
Gets the value of a column as 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 as String. |
![]() |
|
![]() |
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. |
![]() |