Skip Headers

Oracle® Data Provider for .NET Developer's Guide
Release 9.2.0.4

Part Number B10961-01
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to beginning of chapter Go to next page

Oracle.DataAccess.Client Namespace, 18 of 30


OracleRowUpdatedEventArgs Class

The OracleRowUpdatedEventArgs class provides event data for the OracleDataAdapter.RowUpdated event.

Class Inheritance

Object

  EventArgs

    RowUpdatedEventArgs

      OracleRowUpdatedEventArgs

Declaration
// C#
public sealed class OracleRowUpdatedEventArgs : RowUpdatedEventArgs
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 "Example".

Requirements

Namespace: Oracle.DataAccess.Client

Assembly: Oracle.DataAccess.dll

See Also:

OracleRowUpdatedEventArgs Members

OracleRowUpdatedEventArgs members are listed in the following tables:

OracleRowUpdatedEventArgs Constructors

OracleRowUpdatedEventArgs constructors are listed in Table 4-98.

Table 4-98 OracleRowUpdatedEventArgs Constructors
Constructor Description

OracleRowUpdatedEventArgs Constructor

Instantiates a new instance of OracleRowUpdatedEventArgs class

OracleRowUpdatedEventArgs Static Methods

The OracleRowUpdatedEventArgs static methods are listed in Table 4-99.

Table 4-99 OracleRowUpdatedEventArgs Static Methods
Methods Description

Equals

Inherited from Object (Overloaded)

OracleRowUpdatedEventArgs Properties

The OracleRowUpdatedEventArgs properties are listed in Table 4-100.

Table 4-100 OracleRowUpdatedEventArgs Properties  
Name Description

Command

Specifies the OracleCommand that is used when OracleDataAdapter.Update() is called

Errors

Inherited from RowUpdatedEventArgs

RecordsAffected

Inherited from RowUpdatedEventArgs

Row

Inherited from RowUpdatedEventArgs

StatementType

Inherited from RowUpdatedEventArgs

Status

Inherited from RowUpdatedEventArgs

TableMapping

Inherited from RowUpdatedEventArgs

OracleRowUpdatedEventArgs Public Methods

The OracleRowUpdatedEventArgs properties are listed in Table 4-101.

Table 4-101 OracleRowUpdatedEventArgs Public Methods  
Name Description

Equals

Inherited from Object (Overloaded)

GetHashCode

Inherited from Object

GetType

Inherited from Object

ToString

Inherited from Object

See Also:

OracleRowUpdatedEventArgs Constructor

The OracleRowUpdatedEventArgs constructor creates a new OracleRowUpdatedEventArgs instance.

Declaration
// C#
public OracleRowUpdatedEventArgs(DataRow row,IDbCommand command,  
   StatementType statementType, DataTableMapping tableMapping);
Parameters

OracleRowUpdatedEventArgs Static Methods

The OracleRowUpdatedEventArgs static methods are listed in Table 4-102.

Table 4-102 OracleRowUpdatedEventArgs Static Methods
Methods Description

Equals

Inherited from Object (Overloaded)

See Also:

OracleRowUpdatedEventArgs Properties

The OracleRowUpdatedEventArgs properties are listed in Table 4-103.

Table 4-103 OracleRowUpdatedEventArgs Properties  
Name Description

Command

Specifies the OracleCommand that is used when OracleDataAdapter.Update() is called

Errors

Inherited from RowUpdatedEventArgs

RecordsAffected

Inherited from RowUpdatedEventArgs

Row

Inherited from RowUpdatedEventArgs

StatementType

Inherited from RowUpdatedEventArgs

Status

Inherited from RowUpdatedEventArgs

TableMapping

Inherited from RowUpdatedEventArgs

See Also:

Command

This property specifies the OracleCommand that is used when OracleDataAdapter.Update() is called.

Declaration
// C#
public new OracleCommand Command {get;}
Property Value

The OracleCommand executed when Update is called.

See Also:

OracleRowUpdatedEventArgs Public Methods

The OracleRowUpdatedEventArgs properties are listed in Table 4-104.

Table 4-104 OracleRowUpdatedEventArgs Public Methods  
Name Description

Equals

Inherited from Object (Overloaded)

GetHashCode

Inherited from Object

GetType

Inherited from Object

ToString

Inherited from Object

See Also:


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 2002, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents
Go To Index
Index