OleDbRowUpdatingEventArgs
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.DataRowdataRow
, System.Data.IDbCommandcommand
, System.Data.StatementTypestatementType
, System.Data.Common.DataTableMappingtableMapping
); // Public Instance Properties public OleDbCommand Command{set; get; } }