Delegate NpgsqlRowUpdatingEventHandler
- Namespace
- Npgsql
- Assembly
- Npgsql.dll
Represents the method that handles the RowUpdating events.
public delegate void NpgsqlRowUpdatingEventHandler(object sender, NpgsqlRowUpdatingEventArgs e)
Parameters
sender
objectThe source of the event.
e
NpgsqlRowUpdatingEventArgsAn NpgsqlRowUpdatingEventArgs that contains the event data.