Name

OleDbRowUpdatedEventArgs

Synopsis

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 System.EventArgs System.Data.Common.RowUpdatedEventArgs OleDbRowUpdatedEventArgs

Passed To

OleDbRowUpdatedEventHandler.{BeginInvoke( ), Invoke( )}

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.