RowUpdatedEventArgs::CopyToRows Method (array<DataRow^>^, Int32)
.NET Framework (current version)
Copies references to the modified rows into the provided array.
Assembly: System.Data (in System.Data.dll)
Parameters
- array
-
Type:
array<System.Data::DataRow^>^
The array of DataRow to copy into.
- arrayIndex
-
Type:
System::Int32
The index in the array to start copying into.
array must be at least RowCount + arrayIndex in length.
Throws an ArgumentNullException for a null instance of DataRow.
.NET Framework
Available since 2.0
Available since 2.0
Show: