NpgsqlDataReader.HasRows Property
Indicates if NpgsqlDatareader has rows to be read.
[Visual Basic]
Public ReadOnly Property HasRows As
Boolean
[C#]
public
bool HasRows {get;}
Remarks
Missing <remarks> documentation for P:Npgsql.NpgsqlDataReader.HasRows
See Also
NpgsqlDataReader Class | Npgsql Namespace