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 );
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP
DbDataAdapter Members OnRowUpdated
© 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