''OleDbRowUpdatingEventArgs'' '''

OleDbRowUpdatingEventArgs

System.Data.OleDb (system.data.dll) sealed class

This System.EventArgs class provides data for the OleDbDataAdapter.RowUpdating event. For more information, refer to the abstract base class System.Data.Common.RowUpdatingEvent-Args , which defines all members.

public sealed class OleDbRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs {
// Public Constructors
   public OleDbRowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command,
        System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping);
// Public Instance Properties
   public OleDbCommand Command{set; get; } 
}

Hierarchy

System.Object figs/U2192.gif System.EventArgs figs/U2192.gif System.Data.Common.RowUpdatingEventArgs figs/U2192.gif OleDbRowUpdatingEventArgs

Passed To

OleDbRowUpdatingEventHandler.{BeginInvoke( ) , Invoke( )}



    Part I: ADO.NET Tutorial
    Part II: ADO.NET Core Classes
    Part III: API Quick Reference
    Chapter 34. The System.Data Namespace