







![]() ![]() |
MySQL Connector/Net |
MySqlDataAdapter..::..RowUpdating Event |
MySqlDataAdapter Class See Also Send Feedback |
![]() |
Occurs during Update before 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 MySqlRowUpdatingEventHandler RowUpdating |
Visual Basic |
---|
Public Event RowUpdating As MySqlRowUpdatingEventHandler |
Visual C++ |
---|
public: event MySqlRowUpdatingEventHandler^ RowUpdating { void add (MySqlRowUpdatingEventHandler^ value); void remove (MySqlRowUpdatingEventHandler^ value); } |