RowUpdatedEventArgs Class
Provides data for the RowUpdated event of a .NET Framework data provider.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | RowUpdatedEventArgs(DataRow^, IDbCommand^, StatementType, DataTableMapping^) | Initializes a new instance of the RowUpdatedEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Command | Gets the IDbCommand executed when Update is called. |
![]() | Errors | Gets any errors generated by the .NET Framework data provider when the Command was executed. |
![]() | RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
![]() | Row | |
![]() | RowCount | Gets the number of rows processed in a batch of updated records. |
![]() | StatementType | Gets the type of SQL statement executed. |
![]() | Status | Gets the UpdateStatus of the Command property. |
![]() | TableMapping | Gets the DataTableMapping sent through an Update. |
| Name | Description | |
|---|---|---|
![]() | CopyToRows(array<DataRow^>^) | Copies references to the modified rows into the provided array. |
![]() | CopyToRows(array<DataRow^>^, Int32) | Copies references to the modified rows into the provided array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


