Oracle 5.0 Reference Manual page 2038

Table of Contents

Advertisement

20.2.7.1.5.1.2.2.1.1.6.1.1.1.2. Command Property
Gets or sets the MySqlCommand executed when Update is called.
Syntax: Visual Basic
Overloads Public ReadOnly Property Command As MySqlCommand
Syntax: C#
new public MySqlCommand Command {get;}
See Also
MySqlRowUpdatedEventArgs
20.2.7.1.5.1.2.2.1.1.7.
Occurs during Update before a command is executed against the data source. The attempt to update is
made, so the event fires.
Syntax: Visual Basic
Public Event RowUpdating As MySqlRowUpdatingEventHandler
Syntax: C#
public event MySqlRowUpdatingEventHandler RowUpdating;
Event Data
The event handler receives an argument of type
to this event. The following
to this event.
Property
Command
Errors
Row
StatementType
Status
TableMapping
See Also
MySqlDataAdapter
20.2.7.1.5.1.2.2.1.1.7.1.
Represents the method that will handle the RowUpdatingevent of a MySqlDataAdapter.
Syntax: Visual Basic
Public Delegate Sub MySqlRowUpdatingEventHandler( _
Connector/Net API Reference
Class,
MySqlDataAdapter.RowUpdating
MySqlRowUpdatingEventArgsproperties
Class,
MySql.Data.MySqlClient Namespace
MySqlRowUpdatingEventHandler
MySql.Data.MySqlClient Namespace
Event
MySqlRowUpdatingEventArgs
Description
Gets or sets the MySqlCommand to execute when
performing the Update.
Gets any errors generated by the .NET
Framework data provider when the Command
executes.
Gets the DataRow that will be sent to the server
as part of an insert, update, or delete operation.
Gets the type of SQL statement to execute.
Gets or sets the UpdateStatus of the
Commandproperty.
Gets the DataTableMapping to send through the
Update.
Delegate
2018
containing data related
provide information specific

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents