Npgsql API Docs

NpgsqlDataReader.Read Method 

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

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.Read

See Also

NpgsqlDataReader Class | Npgsql Namespace