Oracle 5.0 Reference Manual page 2036

Table of Contents

Advertisement

);
Requirements
Namespace:
Assembly: MySql.Data (in MySql.Data.dll)
See Also
MySql.Data.MySqlClient Namespace
20.2.7.1.5.1.2.2.1.1.6.1.1.
Provides data for the RowUpdated event. This class cannot be inherited.
For a list of all members of this type, see
Syntax: Visual Basic
NotInheritable Public Class MySqlRowUpdatedEventArgs_
Inherits RowUpdatedEventArgs
Syntax: C#
public sealed class MySqlRowUpdatedEventArgs : RowUpdatedEventArgs
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations.
Instance members are not guaranteed to be thread-safe.
Requirements
Namespace:
Assembly: MySql.Data (in MySql.Data.dll)
See Also
MySqlRowUpdatedEventArgs
20.2.7.1.5.1.2.2.1.1.6.1.1.1.
MySqlRowUpdatedEventArgs overview
Public Instance Constructors
MySqlRowUpdatedEventArgs Constructor
Public Instance Properties
Command
Errors (inherited from RowUpdatedEventArgs)
RecordsAffected (inherited from
RowUpdatedEventArgs)
Row (inherited from RowUpdatedEventArgs)
Connector/Net API Reference
MySql.Data.MySqlClient
MySqlRowUpdatedEventArgs
MySql.Data.MySqlClient
Members,
MySqlRowUpdatedEventArgs
Class
MySqlRowUpdatedEventArgs Members
MySql.Data.MySqlClient Namespace
Members
Initializes a new instance of the
MySqlRowUpdatedEventArgs class.
Overloaded. 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.
2016
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents