System.Data.Common Namespace DbDataAdapter Class
Raises the RowUpdated event of a .NET data provider.
[ VB ] MustOverride Protected Sub OnRowUpdated ( _ ByVal value As RowUpdatedEventArgs _ ) [ C# ] Protected abstract void OnRowUpdated ( RowUpdatedEventArgs value ); [ C++ ] protected: virtual void OnRowUpdated ( RowUpdatedEventArgs* value ) = 0; [ JScript ] Protected abstract function OnRowUpdated ( value : RowUpdatedEventArgs );
Raising an event invokes the event handler through a delegate. For an overview, see Raising an Event.
Notes to Inheritors: When overriding OnRowUpdated in a derived class, be sure to call the base class's OnRowUpdated method.
DbDataAdapter Members OnRowUpdating
© 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