Npgsql Api Docs

NpgsqlDataReader Properties

The properties of the NpgsqlDataReader class are listed below. For a complete list of NpgsqlDataReader class members, see the NpgsqlDataReader Members topic.

Public Instance Properties

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.
ItemOverloaded. Gets the value of a column in its native format.
RecordsAffected (inherited from DbDataReader) 
VisibleFieldCount (inherited from DbDataReader) 

See Also

NpgsqlDataReader Class | Npgsql Namespace