OleDbRowUpdatingEventHandler serializable

OleDbRowUpdatingEventHandler serializable

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

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( )



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