RowUpdatedEventArgs.CopyToRows Method
.NET Framework 2.0
Lets you access the rows processed during a batch update operation.
| Name | Description |
|---|---|
| RowUpdatedEventArgs.CopyToRows (DataRow[]) | Copies references to the modified rows into the provided array. Supported by the .NET Compact Framework. |
| RowUpdatedEventArgs.CopyToRows (DataRow[], Int32) | Copies references to the modified rows into the provided array. Supported by the .NET Compact Framework. |