| Oracle® Data Provider for .NET Developer's Guide Release 9.2.0.4 Part Number B10961-01 |
|
Oracle.DataAccess.Client Namespace, 18 of 30
The OracleRowUpdatedEventArgs class provides event data for the OracleDataAdapter.RowUpdated event.
Object
EventArgs
RowUpdatedEventArgs
OracleRowUpdatedEventArgs
// C# public sealed class OracleRowUpdatedEventArgs : RowUpdatedEventArgs
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 "Example".
Namespace: Oracle.DataAccess.Client
Assembly: Oracle.DataAccess.dll
OracleRowUpdatedEventArgs members are listed in the following tables:
OracleRowUpdatedEventArgs constructors are listed in Table 4-98.
| Constructor | Description |
|---|---|
|
Instantiates a new instance of OracleRowUpdatedEventArgs class |
The OracleRowUpdatedEventArgs static methods are listed in Table 4-99.
| Methods | Description |
|---|---|
|
|
Inherited from |
The OracleRowUpdatedEventArgs properties are listed in Table 4-100.
The OracleRowUpdatedEventArgs properties are listed in Table 4-101.
| Name | Description |
|---|---|
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
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 methods are listed in Table 4-102.
| Methods | Description |
|---|---|
|
|
Inherited from |
The OracleRowUpdatedEventArgs properties are listed in Table 4-103.
This property specifies the OracleCommand that is used when OracleDataAdapter.Update() is called.
// C# public new OracleCommand Command {get;}
The OracleCommand executed when Update is called.
The OracleRowUpdatedEventArgs properties are listed in Table 4-104.
| Name | Description |
|---|---|
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
Inherited from |
|
|
![]() Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved. |
|