CopyTo
This method copies the elements of the OracleBulkCopyColumnMappingCollection to an array of OracleBulkCopyColumnMapping items, starting at a specified index.
                  
Declaration
// C# public void CopyTo(OracleBulkCopyColumnMapping[] array, int index);
Parameters
- 
                        arrayThe one-dimensional OracleBulkCopyColumnMappingarray that is the destination for the elements copied from theOracleBulkCopyColumnMappingCollectionobject. The array must have zero-based indexing.
- 
                        indexThe zero-based array index at which copying begins.