OracleRowUpdatedEventArgs Class
The OracleRowUpdatedEventArgs class provides event data for the OracleDataAdapter.RowUpdated event.
                  
Class Inheritance
System.Object 
                  
  System.EventArgs 
                  
    System.RowUpdatedEventArgs 
                  
      System.OracleRowUpdatedEventArgs 
                  
Declaration
// C# public sealed class OracleRowUpdatedEventArgs : RowUpdatedEventArgs
Requirements
| Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver | ODP.NET Core | 
|---|---|---|---|
| Assembly | 
 | 
 | 
 | 
| Namespace | 
 | 
 | 
 | 
| .NET Framework | 4.8 | 4.8 | - | 
| .NET (Core) | - | - | 
Thread Safety
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
Example
The example for the RowUpdated event shows how to use OracleRowUpdatedEventArgs. See RowUpdated event "Example".