April 2003
Beginner to intermediate
620 pages
21h 48m
English
SqlRowUpdatingEventHandler
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(objectsender, SqlRowUpdatingEventArgse);
SqlDataAdapter.RowUpdating( )
Read now
Unlock full access