Oracle 5.0 Reference Manual page 2039

Table of Contents

Advertisement

ByVal sender As Object, _
ByVal e As MySqlRowUpdatingEventArgs _
)
Syntax: C#
public delegate void MySqlRowUpdatingEventHandler(
objectsender,
MySqlRowUpdatingEventArgs
);
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.7.1.1.
Provides data for the RowUpdating event. This class cannot be inherited.
For a list of all members of this type, see
Syntax: Visual Basic
NotInheritable Public Class MySqlRowUpdatingEventArgs_
Inherits RowUpdatingEventArgs
Syntax: C#
public sealed class MySqlRowUpdatingEventArgs : RowUpdatingEventArgs
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
MySqlRowUpdatingEventArgs
20.2.7.1.5.1.2.2.1.1.7.1.1.1.
MySqlRowUpdatingEventArgs overview
Public Instance Constructors
MySqlRowUpdatingEventArgs Constructor
Public Instance Properties
Command
Connector/Net API Reference
MySql.Data.MySqlClient
MySqlRowUpdatingEventArgs
MySql.Data.MySqlClient
Members,
MySqlRowUpdatingEventArgs
Class
MySqlRowUpdatingEventArgs Members
MySql.Data.MySqlClient Namespace
Members
Initializes a new instance of the
MySqlRowUpdatingEventArgs class.
Overloaded. Gets or sets the MySqlCommand to
execute when performing the Update.
2019
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents