Oracle 5.0 Reference Manual page 2035

Table of Contents

Advertisement

See Also
MySqlDataAdapter
20.2.7.1.5.1.2.2.1.1.6.
MySqlDataAdapter.RowUpdated
Occurs during Update after a command is executed against the data source. The attempt to update is
made, so the event fires.
Syntax: Visual Basic
Public Event RowUpdated As MySqlRowUpdatedEventHandler
Syntax: C#
public event MySqlRowUpdatedEventHandler RowUpdated;
Event Data
The event handler receives an argument of type
to this event. The following
to this event.
Property
Command
Errors
RecordsAffected
Row
RowCount
StatementType
Status
TableMapping
See Also
MySqlDataAdapter
20.2.7.1.5.1.2.2.1.1.6.1.
Represents the method that will handle the RowUpdatedevent of a MySqlDataAdapter.
Syntax: Visual Basic
Public Delegate Sub MySqlRowUpdatedEventHandler( _
ByVal sender As Object, _
ByVal e As MySqlRowUpdatedEventArgs _
)
Syntax: C#
public delegate void MySqlRowUpdatedEventHandler(
objectsender,
MySqlRowUpdatedEventArgs
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlRowUpdatedEventArgsproperties
Class,
MySql.Data.MySqlClient Namespace
MySqlRowUpdatedEventHandler
Event
MySqlRowUpdatedEventArgs
Description
Gets or sets the MySqlCommand executed when
Update is called.
Gets any errors generated by the .NET
Framework data provider when the Commandwas
executed.
Gets the number of rows changed, inserted, or
deleted by execution of the SQL statement.
Gets the DataRowsent through an Update.
Gets the number of rows processed in a batch of
updated records.
Gets the type of SQL statement executed.
Gets the UpdateStatus of the Commandproperty.
Gets the DataTableMappingsent through an
Update.
Delegate
2015
containing data related
provide information specific

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents