Npgsql API Docs
NpgsqlDataReader.HasRows Property
Indicates if NpgsqlDatareader has rows to be read.
[Visual Basic]
Public ReadOnly Property HasRows As
Boolean
[C#]
public
bool
HasRows {get;}
See Also
NpgsqlDataReader Class
|
Npgsql Namespace