DataRowCollection::CopyTo Method (Array^, 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
- ar
-
Type:
System::Array^
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.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 2.0
Available since 2.0
Show: