OracleRowUpdatingEventArgs Class
The OracleRowUpdatingEventArgs
class provides event data for the OracleDataAdapter.RowUpdating
event.
Class Inheritance
System.Object
System.EventArgs
System.RowUpdatingEventArgs
System.OracleRowUpdatingEventArgs
Declaration
// C# public sealed class OracleRowUpdatingEventArgs : RowUpdatingEventArgs
Requirements
Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver | ODP.NET Core |
---|---|---|---|
Assembly |
|
|
|
Namespace |
|
|
|
.NET Framework |
4.5, 4.6, 4.7 |
4.5, 4.6, 4.7 |
4.6.1 or higher |
.NET Core |
- |
- |
2.1 or higher |
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 OracleRowUpdatingEventArgs
. See RowUpdated
event "Example".
See Also: