Errors (inherited from RowUpdatingEventArgs)
Row (inherited from RowUpdatingEventArgs)
StatementType (inherited from
RowUpdatingEventArgs)
Status (inherited from RowUpdatingEventArgs)
TableMapping (inherited from
RowUpdatingEventArgs)
Public Instance Methods
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)
See Also
MySqlRowUpdatingEventArgs
20.2.7.1.5.1.2.2.1.1.7.1.1.1.1.
Initializes a new instance of the MySqlRowUpdatingEventArgs class.
Syntax: Visual Basic
Public Sub New( _
ByVal row As DataRow, _
ByVal command As IDbCommand, _
ByVal statementType As StatementType, _
ByVal tableMapping As DataTableMapping _
)
Syntax: C#
public MySqlRowUpdatingEventArgs(
DataRowrow,
IDbCommandcommand,
StatementTypestatementType,
DataTableMappingtableMapping
);
Parameters
• row: The DataRowto Update.
• command: The IDbCommandto execute during Update.
• statementType: One of the StatementTypevalues that specifies the type of query executed.
• tableMapping: The DataTableMappingsent through an Update.
See Also
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlRowUpdatingEventArgs
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.
Determines whether the specified Object is equal
to the current Object.
Serves as a hash function for a particular type.
GetHashCode is suitable for use in hashing
algorithms and data structures like a hash table.
Gets the Type of the current instance.
Returns a String that represents the current
Object.
Constructor
2020
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers