OleDbRowUpdatedEventArgs Class
.NET Framework 3.0
Provides data for the RowUpdated event.
Namespace: System.Data.OleDb
Assembly: System.Data (in system.data.dll)
Assembly: System.Data (in system.data.dll)
The RowUpdated event is raised when an Update to a row is completed.
When using Update, there are two events that occur for each data row updated. The order of execution 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.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
System.Data.OleDb.OleDbRowUpdatedEventArgs
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
System.Data.OleDb.OleDbRowUpdatedEventArgs
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: