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
 
      
      Return Value
      True if the reader was advanced, otherwise false.
      Implements
      
        IDataReader.Read
      
      See Also
      
        NpgsqlDataReader Class | Npgsql Namespace