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^, Int32)
.NET Framework (current version)
Copies all the elements of the current OracleParameterCollection to the specified one-dimensional Array starting at the specified destination Array index.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- array
-
Type:
System::Array^
The one-dimensional Array 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 Array at which copying begins.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 1.1
Available since 1.1
Show: