Mimer Data Provider v9.2

MimerDataAdapter.RowUpdated Event

Called during Update after a command is executed against the data source.

[Visual Basic]
Public Event RowUpdated As MimerRowUpdatedEventHandler
[C#]
public event MimerRowUpdatedEventHandler RowUpdated;

Event Data

The event handler receives an argument of type MimerRowUpdatedEventArgs containing data related to this event. The following MimerRowUpdatedEventArgs properties provide information specific to this event.

PropertyDescription
CommandGets the executed when is called.
ErrorsGets any errors generated by the .NET Framework data provider when the was executed.
RecordsAffected The number of rows changed, inserted, or deleted; 0 if no rows were affected or the statement failed; and -1 for SELECT statements.
RowGets the sent through an .
StatementTypeGets the type of SQL statement executed.
StatusGets the of the property.
TableMappingGets the sent through an .

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace