Mimer Data Provider v9.2

MimerDataAdapter.RowUpdating Event

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

[Visual Basic]
Public Event RowUpdating As MimerRowUpdatingEventHandler
[C#]
public event MimerRowUpdatingEventHandler RowUpdating;

Event Data

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

PropertyDescription
CommandGets the to execute during the operation.
ErrorsGets any errors generated by the .NET Framework data provider when the executes.
RowGets the to send through an .
StatementType Gets the type of SQL statement to execute.
StatusGets the of the property.
TableMappingGets the to send through the .

See Also

MimerDataAdapter Class | Mimer.Data.Client Namespace