DataTableCollection::CopyTo Method (array<DataTable^>^, Int32)
.NET Framework (current version)
Copies all the elements of the current DataTableCollection to a one-dimensional Array, starting at the specified destination array index.
Assembly: System.Data (in System.Data.dll)
Parameters
- array
-
Type:
array<System.Data::DataTable^>^
The one-dimensional Array to copy the current DataTableCollection object's elements into.
- index
-
Type:
System::Int32
The destination Array index to start copying into.
This method can be overridden by a derived class.
.NET Framework
Available since 2.0
Available since 2.0
Show: