asp.net.ph

DbDataAdapter.OnRowUpdated Method

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
);

Parameters

value
A RowUpdatedEventArgs 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 OnRowUpdated in a derived class, be sure to call the base class's OnRowUpdated method.

See Also

DbDataAdapter Members   OnRowUpdating Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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