Mimer SQL Data Provider
RowUpdating Event




Mimer.Data.Client Namespace > MimerDataAdapter Class : RowUpdating Event
Called during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the database server.
Syntax
'Declaration
 
Public Event RowUpdating As MimerRowUpdatingEventHandler
public event MimerRowUpdatingEventHandler RowUpdating
public event RowUpdating: MimerRowUpdatingEventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event MimerRowUpdatingEventHandler* RowUpdating
Event Data

The event handler receives an argument of type MimerRowUpdatingEventArgs containing data related to this event. The following MimerRowUpdatingEventArgs properties provide information specific to this event.

PropertyDescription
Return the MimerCommand object for the current MimerRowUpdatingEventArgs.  
(Inherited from System.Data.Common.RowUpdatingEventArgs)
(Inherited from )
(Inherited from )
(Inherited from )
(Inherited from )
Requirements

.NET Framework
Version 2.0 or later

See Also