Mimer SQL Data Provider
MimerRowUpdatingEventArgs Class
Members 




Mimer.Data.Client Namespace : MimerRowUpdatingEventArgs Class
Provides data for the RowUpdating event.
Object Model
MimerRowUpdatingEventArgs Class
Syntax
'Declaration
 
Public NotInheritable Class MimerRowUpdatingEventArgs 
   Inherits System.Data.Common.RowUpdatingEventArgs
public sealed class MimerRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs 
public class MimerRowUpdatingEventArgs = class(System.Data.Common.RowUpdatingEventArgs)sealed; 
public sealed class MimerRowUpdatingEventArgs extends System.Data.Common.RowUpdatingEventArgs
public __gc __sealed class MimerRowUpdatingEventArgs : public System.Data.Common.RowUpdatingEventArgs 
Remarks
This class is used as a parameter to the event handler of the RowUpdating event. This event is raised as the result of an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) operation. The event is called before the MimerCommand handling the operation has been invoked.
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Data.Common.RowUpdatingEventArgs
         Mimer.Data.Client.MimerRowUpdatingEventArgs

Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerRowUpdatingEventArgs Members
Mimer.Data.Client Namespace