| Oracle® Data Provider for .NET Developer's Guide 12c Release 1 (12.1.0.1.0) E41125-02 |
|
![]() Previous |
![]() Next |
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 |
| Assembly | Oracle.DataAccess.dll |
Oracle.ManagedDataAccess.dll |
| Namespace | Oracle.DataAccess.Client |
Oracle.ManagedDataAccess.Client |
| .NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5 | 4.0, 4.5 |
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".
OracleRowUpdatedEventArgs members are listed in the following tables.
OracleRowUpdatedEventArgs Constructors
OracleRowUpdatedEventArgs constructors are listed in Table 5-103.
Table 5-103 OracleRowUpdatedEventArgs Constructors
| Constructor | Description |
|---|---|
|
Instantiates a new instance of |
OracleRowUpdatedEventArgs Static Methods
The OracleRowUpdatedEventArgs static method is listed in Table 5-104.
Table 5-104 OracleRowUpdatedEventArgs Static Method
| Method | Description |
|---|---|
|
|
Inherited from |
OracleRowUpdatedEventArgs Properties
The OracleRowUpdatedEventArgs properties are listed in Table 5-105.
Table 5-105 OracleRowUpdatedEventArgs Properties
| Property | Description |
|---|---|
|
Specifies the |
|
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
OracleRowUpdatedEventArgs Public Methods
The OracleRowUpdatedEventArgs properties are listed in Table 5-106.
The OracleRowUpdatedEventArgs constructor creates a new OracleRowUpdatedEventArgs instance.
Declaration
// C# public OracleRowUpdatedEventArgs(DataRow row,IDbCommand command, StatementType statementType, DataTableMapping tableMapping);
Parameters
row
The DataRow sent for Update.
command
The IDbCommand executed during the Update.
statementType
The StatementType Enumeration value indicating the type of SQL statement executed.
tableMapping
The DataTableMapping used for the Update.
The OracleRowUpdatedEventArgs static method is listed in Table 5-107.
The OracleRowUpdatedEventArgs properties are listed in Table 5-108.
Table 5-108 OracleRowUpdatedEventArgs Properties
| Property | Description |
|---|---|
|
Specifies the |
|
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
The OracleRowUpdatedEventArgs properties are listed in Table 5-109.