CopyTo
This method copies OracleParameter
objects from the collection, starting with the supplied index
to the supplied array
.
Declaration
// C# public override void CopyTo(Array array, int index);
Parameters
-
array
The specified array.
-
index
The array index.
Implements