







![]() ![]() |
MySQL Connector/Net |
MySqlDataAdapter..::..RowUpdated Event |
MySqlDataAdapter Class See Also Send Feedback |
![]() |
Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public event MySqlRowUpdatedEventHandler RowUpdated |
Visual Basic |
---|
Public Event RowUpdated As MySqlRowUpdatedEventHandler |
Visual C++ |
---|
public: event MySqlRowUpdatedEventHandler^ RowUpdated { void add (MySqlRowUpdatedEventHandler^ value); void remove (MySqlRowUpdatedEventHandler^ value); } |