DbDataAdapter.OnRowUpdated(RowUpdatedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the RowUpdated
event of a .NET data provider.
protected:
virtual void OnRowUpdated(System::Data::Common::RowUpdatedEventArgs ^ value);
protected:
abstract void OnRowUpdated(System::Data::Common::RowUpdatedEventArgs ^ value);
protected virtual void OnRowUpdated (System.Data.Common.RowUpdatedEventArgs value);
protected abstract void OnRowUpdated (System.Data.Common.RowUpdatedEventArgs value);
abstract member OnRowUpdated : System.Data.Common.RowUpdatedEventArgs -> unit
override this.OnRowUpdated : System.Data.Common.RowUpdatedEventArgs -> unit
abstract member OnRowUpdated : System.Data.Common.RowUpdatedEventArgs -> unit
Protected Overridable Sub OnRowUpdated (value As RowUpdatedEventArgs)
Protected MustOverride Sub OnRowUpdated (value As RowUpdatedEventArgs)
Parameters
- value
- RowUpdatedEventArgs
A RowUpdatedEventArgs that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate. For an overview, see Handling and Raising Events.
Notes to Implementers
When overriding OnRowUpdated(RowUpdatedEventArgs) in a derived class, be sure to call the base class's OnRowUpdated(RowUpdatedEventArgs) method.
Applies to
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.