Show / Hide Table of Contents

Delegate NpgsqlRowUpdatingEventHandler

Represents the method that handles the RowUpdating events.

Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public delegate void NpgsqlRowUpdatingEventHandler(object sender, NpgsqlRowUpdatingEventArgs e);
Parameters
Type Name Description
System.Object sender

The source of the event.

NpgsqlRowUpdatingEventArgs e

A NpgsqlRowUpdatingEventArgs that contains the event data.

In This Article
Back to top Generated by DocFX