The event handler receives an argument of type NpgsqlRowUpdatedEventArgs containing data related to this event. The following NpgsqlRowUpdatedEventArgs properties provide information specific to this event.
| Property | Description | 
|---|---|
| Command | |
| Errors | |
| RecordsAffected | |
| Row | |
| RowCount | |
| StatementType | |
| Status | |
| TableMapping | 
NpgsqlDataAdapter Class | Npgsql Namespace