See Also

OracleRowUpdatedEventArgs Members  | Devart.Data.Oracle Namespace

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

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:

  1. The values in the DataRow are moved to the parameter values.
  2. The OracleDataAdapter.RowUpdating event is raised.
  3. The command executes.
  4. If the UpdateRowSource enumeration is set to FirstReturnedRecordS, the first returned result is placed in the DataRow.
  5. If there are output parameters, they are placed in the DataRow.
  6. The OracleDataAdapter.RowUpdated event is raised.
  7. AcceptChanges is called.

See Also

OracleRowUpdatedEventArgs Members  | Devart.Data.Oracle Namespace

 

 


© 2002 - 2013 Devart. All Rights Reserved.