OleDbRowUpdatedEventHandler serializable

OleDbRowUpdatedEventHandler serializable

System.Data.OleDb (system.data.dll) delegate

This delegate represents the method that will handle the OleDbDataAdapter.RowUpdated event, which fires for each row that is updated (inserted, deleted, or modified) just after the appropriate command is executed, whether it has succeeded or failed. This event gives you the chance to inspect the row and skip over a failed update or cancel processing entirely using the OleDbRowUpdatedEventArgs class.

 public delegate void  OleDbRowUpdatedEventHandler  (object   sender   , OleDbRowUpdatedEventArgs   e   ); 

Associated Events

OleDbDataAdapter.RowUpdated( )



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net