DataRowCollection::CopyTo Method (array<DataRow^>^, Int32)
.NET Framework (current version)
Copies all the DataRow objects from the collection into the given array, starting at the given destination array index.
Assembly: System.Data (in System.Data.dll)
Parameters
- array
-
Type:
array<System.Data::DataRow^>^
The one-dimensional array that is the destination of the elements copied from the DataRowCollection. The array must have zero-based indexing.
- index
-
Type:
System::Int32
The zero-based index in the array at which copying begins.
.NET Framework
Available since 2.0
Available since 2.0
Show: