DekGenius.com
[ Team LiB ] Previous Section Next Section

OleDbRowUpdatedEventArgs

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

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

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

Hierarchy

System.Object figs/U2192.gif System.EventArgs figs/U2192.gif System.Data.Common.RowUpdatedEventArgs figs/U2192.gif OleDbRowUpdatedEventArgs

Passed To

OleDbRowUpdatedEventHandler.{BeginInvoke( ) , Invoke( )}

    [ Team LiB ] Previous Section Next Section