DataRowCollection::CopyTo Method (array<DataRow^>^, Int32)

 

Copies all the DataRow objects from the collection into the given array, starting at the given destination array index.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
void CopyTo(
	array<DataRow^>^ array,
	int index
)

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
Return to top
Show: