DataColumnMappingCollection::CopyTo Method (array<DataColumnMapping^>^, Int32)

 

Copies the elements of the DataColumnMappingCollection to the specified DataColumnMapping array.

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

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

Parameters

array
Type: array<System.Data.Common::DataColumnMapping^>^

A DataColumnMapping array to which to copy the DataColumnMappingCollection elements.

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: