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
- 
                        arrayThe specified array. 
- 
                        indexThe array index. 
Implements