System.Data.OleDb.OleDbRowUpdatedEventArgs Class

Provides data for the OleDbDataAdapter.RowUpdated event.

See Also: OleDbRowUpdatedEventArgs Members

Syntax

public sealed class OleDbRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs

Remarks

The OleDbDataAdapter.RowUpdated event is raised when an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) to a row is completed.

When using System.Data.Common.DbDataAdapter.Update(System.Data.DataSet), there are two events that occur for each data row updated. The order of execution is as follows:

[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]

Requirements

Namespace: System.Data.OleDb
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0