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




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