VistaDBRowUpdatedEventArgs Class Members
In This Topic
The following tables list the members exposed by VistaDBRowUpdatedEventArgs.
Public Constructors
Public Properties
| | Name | Description |
 | Command | Gets or sets a new instance of the VistaDBCommand class. |
 | Errors | Gets any errors generated by the .NET Framework data provider when the System.Data.Common.RowUpdatedEventArgs.Command was executed. (Inherited from System.Data.Common.RowUpdatedEventArgs) |
 | RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. (Inherited from System.Data.Common.RowUpdatedEventArgs) |
 | Row | Gets the System.Data.DataRow sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.RowUpdatedEventArgs) |
 | RowCount | Gets the number of rows processed in a batch of updated records. (Inherited from System.Data.Common.RowUpdatedEventArgs) |
 | StatementType | Gets the type of SQL statement executed. (Inherited from System.Data.Common.RowUpdatedEventArgs) |
 | Status | Gets the System.Data.UpdateStatus of the System.Data.Common.RowUpdatedEventArgs.Command property. (Inherited from System.Data.Common.RowUpdatedEventArgs) |
 | TableMapping | Gets the System.Data.Common.DataTableMapping sent through an System.Data.Common.DbDataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.RowUpdatedEventArgs) |
Top
Public Methods
| | Name | Description |
 | CopyToRows | Overloaded. Copies references to the modified rows into the provided array. (Inherited from System.Data.Common.RowUpdatedEventArgs) |
Top
See Also