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 (inherited from DbDataReader) | |
|  IsClosed | Gets a value indicating whether the data reader is closed. | 
|  Item | Overloaded. Gets the value of a column in its native format. | 
|  RecordsAffected (inherited from DbDataReader) | |
|  VisibleFieldCount (inherited from DbDataReader) | 
NpgsqlDataReader Class | Npgsql Namespace