Npgsql API Docs

NpgsqlDataAdapter.RowUpdated Event

Missing <summary> documentation for E:Npgsql.NpgsqlDataAdapter.RowUpdated

[Visual Basic]
Public Event RowUpdated As NpgsqlRowUpdatedEventHandler
[C#]
public event NpgsqlRowUpdatedEventHandler RowUpdated;

Event Data

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  
StatementType  
Status  
TableMapping  

Remarks

Missing <remarks> documentation for E:Npgsql.NpgsqlDataAdapter.RowUpdated

See Also

NpgsqlDataAdapter Class | Npgsql Namespace