The properties of the NpgsqlDataReader class are listed below. For a complete list of NpgsqlDataReader class members, see the NpgsqlDataReader Members topic.
|  Depth | Gets a value indicating the depth of nesting for the current row. Always returns zero. | 
|  FieldCount | Gets the number of columns in the current row. | 
|  HasRows | Indicates if NpgsqlDatareader has rows to be read. | 
|  IsClosed | Gets a value indicating whether the data reader is closed. | 
|  Item | Overloaded. Gets the value of a column in its native format. | 
|  RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. | 
NpgsqlDataReader Class | Npgsql Namespace