RdmRowUpdatedEventArgs Class

Description:

The RdmRowUpdatedEventArgs class, derived from RowUpdatedEventArgs provides data for the RowUpdated event of the ADO .NET Data Provider for RDM.

Public Constructors:

Public Properties:

  • Command { get; }
  • Errors { get; } (Inherited from RowUpdatedEventArgs)
  • RecordsAffected { get; } (Inherited from RowUpdatedEventArgs)
  • Row { get; } (Inherited from RowUpdatedEventArgs)
  • RowCount { get; } (Inherited from RowUpdatedEventArgs)
  • StatementType { get; } (Inherited from RowUpdatedEventArgs)
  • Status { get; } (Inherited from RowUpdatedEventArgs)
  • TableMapping { get; } (Inherited from RowUpdatedEventArgs)

Public Methods:

  • CopyToRows(DataRow[]) (Inherited from RowUpdatedEventArgs)
  • CopyToRows(DataRow[], int) (Inherited from RowUpdatedEventArgs)
  • Equals(Object other) (Inherited from Object)
  • GetHashCode() (Inherited from Object)
  • GetType() (Inherited from Object)
  • ToString() (Inherited from Component)