System.Data.Odbc.OdbcRowUpdatedEventArgs Class

Provides data for the OdbcDataAdapter.RowUpdated event.

See Also: OdbcRowUpdatedEventArgs Members

Syntax

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

Remarks

The OdbcDataAdapter.RowUpdated event is raised when an update to a row is completed.

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

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

Requirements

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