DataTableMappingCollection::CopyTo Method (array<DataTableMapping^>^, Int32)

 

Copies the elements of the DataTableMapping to the specified array.

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

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

Parameters

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

A DataTableMapping to which to copy the DataTableMappingCollection elements.

index
Type: System::Int32

The starting index of the array.

.NET Framework
Available since 2.0
Return to top
Show: