Mimer SQL Data Provider
RowUpdated Event




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

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

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

.NET Framework
Version 2.0 or later

See Also