| Oracle® Data Provider for .NET Developer's Guide 12c Release 1 (12.1.0.1.0) Part Number E41125-02 |
|
|
PDF · Mobi · ePub |
The OracleRowUpdatedEventArgs class provides event data for the OracleDataAdapter.RowUpdated event.
System.Object
System.EventArgs
System.RowUpdatedEventArgs
System.OracleRowUpdatedEventArgs
// C# public sealed class OracleRowUpdatedEventArgs : RowUpdatedEventArgs
| 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 |
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
The example for the RowUpdated event shows how to use OracleRowUpdatedEventArgs. See RowUpdated event "Example".
See Also:
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.
// C# public OracleRowUpdatedEventArgs(DataRow row,IDbCommand command, StatementType statementType, DataTableMapping tableMapping);
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 |
See Also:
The OracleRowUpdatedEventArgs properties are listed in Table 5-109.