RowUpdatedEventArgs.CopyToRows Method
.NET Framework 3.5
Lets you access the rows processed during a batch update operation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CopyToRows(DataRow[]) | Copies references to the modified rows into the provided array. |
|
CopyToRows(DataRow[], Int32) | Copies references to the modified rows into the provided array. |
For more information, see Handling Batch Update-related Events and Errors.