Oracle 5.0 Reference Manual page 2037

Table of Contents

Advertisement

RowCount (inherited from RowUpdatedEventArgs) Gets the number of rows processed in a batch of
StatementType (inherited from
RowUpdatedEventArgs)
Status (inherited from RowUpdatedEventArgs)
TableMapping (inherited from
RowUpdatedEventArgs)
Public Instance Methods
CopyToRows (inherited from
RowUpdatedEventArgs)
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)
See Also
MySqlRowUpdatedEventArgs
20.2.7.1.5.1.2.2.1.1.6.1.1.1.1.
Initializes a new instance of the MySqlRowUpdatedEventArgs 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 MySqlRowUpdatedEventArgs(
DataRowrow,
IDbCommandcommand,
StatementTypestatementType,
DataTableMappingtableMapping
);
Parameters
• row: The DataRowsent through an Update.
• command: The IDbCommand executed when Update is called.
• statementType: One of the StatementTypevalues that specifies the type of query executed.
• tableMapping: The DataTableMapping sent through an Update.
See Also
MySqlRowUpdatedEventArgs
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlRowUpdatedEventArgs
Class,
MySql.Data.MySqlClient Namespace
updated records.
Gets the type of SQL statement executed.
Gets the UpdateStatus of the Commandproperty.
Gets the DataTableMappingsent through an
Update.
Overloaded. Copies references to the modified
rows into the provided array.
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
2017

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents