NpgsqlDataReader.HasRows Property
					
      
      [This is preliminary documentation and subject to change.]
     
    
       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