Npgsql API Docs

NpgsqlDataAdapter.RowUpdating Event

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

[Visual Basic]
Public Event RowUpdating As NpgsqlRowUpdatingEventHandler
[C#]
public event NpgsqlRowUpdatingEventHandler RowUpdating;

Event Data

The event handler receives an argument of type NpgsqlRowUpdatingEventArgs containing data related to this event. The following NpgsqlRowUpdatingEventArgs properties provide information specific to this event.

Property Description
Command  
Errors  
Row  
StatementType  
Status  
TableMapping  

Remarks

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

See Also

NpgsqlDataAdapter Class | Npgsql Namespace