DataColumnMappingCollection::CopyTo Method (array<DataColumnMapping^>^, Int32)
.NET Framework (current version)
Copies the elements of the DataColumnMappingCollection to the specified DataColumnMapping array.
Assembly: System.Data (in System.Data.dll)
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
Available since 2.0
Show: