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.
OracleParameterCollection::CopyTo Method (array<OracleParameter^>^, Int32)
.NET Framework (current version)
Copies all the elements of the current OracleParameterCollection to the specified OracleParameterCollection starting at the specified destination index.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- array
-
Type:
array<System.Data.OracleClient::OracleParameter^>^
The OracleParameterCollection that is the destination of the elements copied from the current OracleParameterCollection.
- index
-
Type:
System::Int32
A 32-bit integer that represents the index in the OracleParameterCollection at which copying begins.
.NET Framework
Available since 2.0
Available since 2.0
Show: