DbDataAdapter.OnRowUpdating(RowUpdatingEventArgs) 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 RowUpdating
event of a .NET data provider.
protected:
virtual void OnRowUpdating(System::Data::Common::RowUpdatingEventArgs ^ value);
protected:
abstract void OnRowUpdating(System::Data::Common::RowUpdatingEventArgs ^ value);
protected virtual void OnRowUpdating (System.Data.Common.RowUpdatingEventArgs value);
protected abstract void OnRowUpdating (System.Data.Common.RowUpdatingEventArgs value);
abstract member OnRowUpdating : System.Data.Common.RowUpdatingEventArgs -> unit
override this.OnRowUpdating : System.Data.Common.RowUpdatingEventArgs -> unit
abstract member OnRowUpdating : System.Data.Common.RowUpdatingEventArgs -> unit
Protected Overridable Sub OnRowUpdating (value As RowUpdatingEventArgs)
Protected MustOverride Sub OnRowUpdating (value As RowUpdatingEventArgs)
Parameters
- value
- RowUpdatingEventArgs
An RowUpdatingEventArgs 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 OnRowUpdating(RowUpdatingEventArgs) in a derived class, be sure to call the bases class's OnRowUpdating(RowUpdatingEventArgs) method.
Applies to
See also
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.