asp.net.ph

DbDataAdapter.OnRowUpdating Method

System.Data.Common Namespace   DbDataAdapter Class


Raises the RowUpdating event of a .NET data provider.

[ VB ]
MustOverride Protected Sub OnRowUpdating ( _
   ByVal value As RowUpdatingEventArgs _
)

[ C# ]
protected abstract void OnRowUpdating (
   RowUpdatingEventArgs value
);

[ C++ ]
protected: virtual void OnRowUpdating (
   RowUpdatingEventArgs* value
 ) = 0;

[ JScript ]
protected abstract function OnRowUpdating (
   value : RowUpdatingEventArgs
);

Parameters

value
A RowUpdatingEventArgs that contains the event data.

Remarks

Raising an event invokes the event handler through a delegate. For an overview, see Raising an Event.

Notes to Inheritors: When overriding OnRowUpdating in a derived class, be sure to call the bases class's OnRowUpdating method.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP

See Also

DbDataAdapter Members   OnRowUpdated Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph