VistaDB 6
VistaDB.Provider Namespace / VistaDBRowUpdatingEventArgs Class
Properties


In This Topic
    VistaDBRowUpdatingEventArgs Class Members
    In This Topic

    The following tables list the members exposed by VistaDBRowUpdatingEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VistaDBRowUpdatingEventArgs class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a new instance of the VistaDBCommand class.  
    Public PropertyGets any errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command executes. (Inherited from System.Data.Common.RowUpdatingEventArgs)
    Public PropertyGets the System.Data.DataRow that will be sent to the server as part of an insert, update, or delete operation. (Inherited from System.Data.Common.RowUpdatingEventArgs)
    Public PropertyGets the type of SQL statement to execute. (Inherited from System.Data.Common.RowUpdatingEventArgs)
    Public PropertyGets or sets the System.Data.UpdateStatus of the System.Data.Common.RowUpdatedEventArgs.Command property. (Inherited from System.Data.Common.RowUpdatingEventArgs)
    Public PropertyGets the System.Data.Common.DataTableMapping to send through the System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.RowUpdatingEventArgs)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets or sets the System.Data.IDbCommand object for an instance of this class.  
    Top
    See Also