OdbcRowUpdatedEventArgs Class
Assembly: System.Data (in system.data.dll)
The RowUpdated event is raised when an update to a row is completed.
When using the Update method, there are two events that occur for each data row updated: RowUpdating and RowUpdated. The order of execution for an Update is as follows:
-
The values in the DataRow are moved to the parameter values.
-
The OnRowUpdating event is raised.
-
The command executes.
-
If the command is set to FirstReturnedRecord, then the first returned result is placed in the DataRow.
-
If there are output parameters, they are placed in the DataRow.
-
The OnRowUpdated event is raised.
-
AcceptChanges is called.
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
System.Data.Odbc.OdbcRowUpdatedEventArgs
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.