![]() | Gets a value indicating the depth of nesting for the current row. Always returns zero. |
![]() | Gets the number of columns in the current row. |
![]() | Indicates if NpgsqlDatareader has rows to be read. |
![]() | Gets a value indicating whether the data reader is closed. |
![]() | Overloaded. Gets the value of a column in its native format. |
![]() | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
![]() |
![]() | Closes the data reader object. |
![]() | |
![]() | |
![]() | |
![]() | 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. |
![]() | |
![]() | 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. |
![]() | |
![]() | 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. |
![]() |
![]() | Is raised whenever Close() is called. |
NpgsqlDataReader Class | Npgsql Namespace