System.Data.Odbc.OdbcRowUpdatingEventArgs Class

Provides data for the OdbcDataAdapter.RowUpdating event.

See Also: OdbcRowUpdatingEventArgs Members

Syntax

public sealed class OdbcRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs

Remarks

The OdbcDataAdapter.RowUpdating event is raised before an update to a row.

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 update operation 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