Npgsql API Documentation

NpgsqlDataReader.Read Method 

[This is preliminary documentation and subject to change.]

Advances the data reader to the next row.

[Visual Basic]
NotOverridable Public Function Read() As Boolean Implements _
   IDataReader.Read
[C#]
public bool Read();

Return Value

True if the reader was advanced, otherwise false.

Implements

IDataReader.Read

See Also

NpgsqlDataReader Class | Npgsql Namespace