NpgsqlDataReader.RecordsAffected Property
					
      
      [This is preliminary documentation and subject to change.]
     
    
       Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. 
      
        [Visual Basic]
        NotOverridable Public ReadOnly Property RecordsAffected As 
Integer Implements _
   IDataReader.RecordsAffected
 
      
        [C#]
        public 
int RecordsAffected {get;}
 
      
      
      Implements
      
        IDataReader.RecordsAffected
      
      See Also
      
        NpgsqlDataReader Class | Npgsql Namespace