The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbParameterCollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies an array of items to the collection starting at the specified index.
Assembly: System.Data (in System.Data.dll)
Parameters
- array
-
Type:
System::Array^
The array of items to copy to the collection.
- index
-
Type:
System::Int32
The index in the collection to copy the items.
Implements
ICollection::CopyTo(Array^, Int32)
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: