SqlRowUpdatedEventHandler serializable

SqlRowUpdatedEventHandler serializable

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

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, after the change has been attempted. This event provides information about whether the command succeeded or encountered an error.

 public delegate void  SqlRowUpdatedEventHandler  (         object   sender   , SqlRowUpdatedEventArgs   e   ); 

Associated Events

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