OnRowUpdating Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Overridden. Raises the RowUpdating event.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
protected override void OnRowUpdating(
	RowUpdatingEventArgs value
)
Visual Basic
Protected Overrides Sub OnRowUpdating ( _
	value As RowUpdatingEventArgs _
)
Visual C++
protected:
virtual void OnRowUpdating(
	RowUpdatingEventArgs^ value
) override

Parameters

value
Type: System.Data.Common..::..RowUpdatingEventArgs
A MySqlRowUpdatingEventArgs that contains the event data.

See Also