Name

OleDbRowUpdatingEventHandler

Synopsis

This delegate represents the method that handles the OleDbDataAdapter.RowUpdating event, which fires for each row that’s updated (inserted, deleted, or modified), just before the appropriate command is executed. This event lets you inspect the row and skip or cancel processing using the OleDbRowUpdatingEventArgs class.

public delegate void OleDbRowUpdatingEventHandler(object sender, OleDbRowUpdatingEventArgs e);

Associated Events

OleDbDataAdapter.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.