OracleRowUpdatedEventArgs Class
| Devart.Data.Oracle Namespace : OracleRowUpdatedEventArgs Class |
Provides data for the OracleDataAdapter.RowUpdated event.
For a list of all members of this type, see OracleRowUpdatedEventArgs members.
Inheritance Hierarchy
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
Devart.Data.Oracle.OracleRowUpdatedEventArgs
Syntax
[Visual Basic]
Public Class OracleRowUpdatedEventArgs
Inherits RowUpdatedEventArgs
[C#]
public class OracleRowUpdatedEventArgs : RowUpdatedEventArgs
Remarks
The OracleDataAdapter.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: OracleDataAdapter.RowUpdating and OracleDataAdapter.RowUpdated. The order of execution for an Update is as follows:
- The values in the DataRow are moved to the parameter values.
- The OracleDataAdapter.RowUpdating event is raised.
- The command executes.
- If the UpdateRowSource enumeration is set to FirstReturnedRecordS, the first returned result is placed in the DataRow.
- If there are output parameters, they are placed in the DataRow.
- The OracleDataAdapter.RowUpdated event is raised.
- AcceptChanges is called.
See Also
OracleRowUpdatedEventArgs Members | Devart.Data.Oracle Namespace
© 2002 - 2013 Devart. All Rights Reserved.