Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlDataAdapter: Event Members

The events of MySql.Data.MySqlClient.MySqlDataAdapter are listed below. For a list of all members, see the MySqlDataAdapter Members list.

See Also: Inherited members from System.Data.Common.DbDataAdapter

Public Events

RowUpdated Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
RowUpdating Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.