Skip Headers

Oracle Data Provider for .NET Developer's Guide
Release 9.2.0.2

Part Number A96160-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, 19 of 26


OracleRowUpdatingEventArgs Class

The OracleRowUpdatingEventArgs class provides event data for the OracleDataAdapter.RowUpdating event.

Class Inheritance

Object

EventArgs

RowUpdatingEventArgs

OracleRowUpdatingEventArgs

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

Requirements

Namespace: Oracle.DataAccess.Client

Assembly: Oracle.DataAccesss.dll

See Also:

OracleRowUpdatingEventArgs Members

OracleRowUpdatingEventArgs members are listed in the following tables:

OracleRowUpdatingEventArgs Constructors

OracleRowUpdatingEventArgs constructors are listed in Table 4-107.

Table 4-107 OracleRowUpdatingEventArgs Constructors
Constructor Description

OracleRowUpdatingEventArgs Constructor

Instantiates a new instance of OracleRowUpdatingEventArgs class (Overloaded)

OracleRowUpdatingEventArgs Static Methods

The OracleRowUpdatingEventArgs static methods are listed in Table 4-108.

Table 4-108 OracleRowUpdatingEventArgs Static Methods
Methods Description

Equals

Inherited from Object (Overloaded)

OracleRowUpdatingEventArgs Properties

The OracleRowUpdatingEventArgs properties are listed in Table 4-109.

Table 4-109 OracleRowUpdatingEventArgs Properties  
Name Description

Command

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

Errors

Inherited from RowUpdatingEventArgs

Row

Inherited from RowUpdatingEventArgs

StatementType

Inherited from RowUpdatingEventArgs

Status

Inherited from RowUpdatingEventArgs

TableMapping

Inherited from RowUpdatingEventArgs

OracleRowUpdatingEventArgs Public Methods

The OracleRowUpdatingEventArgs public methods are listed in Table 4-110.

Table 4-110 OracleRowUpdatingEventArgs Public Methods  
Name Description

Equals

Inherited from Object (Overloaded)

GetHashCode

Inherited from Object

GetType

Inherited from Object

ToString

Inherited from Object

See Also:

OracleRowUpdatingEventArgs Constructor

The OracleRowUpdatingEventArgs constructor creates a new instance of the OracleRowUpdatingEventArgs class using the supplied data row, IDbCommand, type of SQL statement, and table mapping.

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

OracleRowUpdatingEventArgs Static Methods

The OracleRowUpdatingEventArgs static methods are listed in Table 4-111.

Table 4-111 OracleRowUpdatingEventArgs Static Methods
Methods Description

Equals

Inherited from Object (Overloaded)

See Also:

OracleRowUpdatingEventArgs Properties

The OracleRowUpdatingEventArgs properties are listed in Table 4-112.

Table 4-112 OracleRowUpdatingEventArgs Properties  
Name Description

Command

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

Errors

Inherited from RowUpdatingEventArgs

Row

Inherited from RowUpdatingEventArgs

StatementType

Inherited from RowUpdatingEventArgs

Status

Inherited from RowUpdatingEventArgs

TableMapping

Inherited from RowUpdatingEventArgs

See Also:

Command

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

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

The OracleCommand executed when Update is called.

See Also:

OracleRowUpdatingEventArgs Public Methods

The OracleRowUpdatingEventArgs public methods are listed in Table 4-113.

Table 4-113 OracleRowUpdatingEventArgs 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 Oracle Corporation.

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