Name

SqlRowUpdatingEventHandler

Synopsis

This delegate defines the method that handles the System.Data.Common.RowUpdatingEventArgs event. This event occurs for each row that must be deleted, inserted, or modified when you use the SqlDataAdapter.Update( ) method before the change occurs.

public delegate void SqlRowUpdatingEventHandler(object sender, SqlRowUpdatingEventArgs e);

Associated Events

SqlDataAdapter.RowUpdating( )

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.