Item[index]
This property gets or sets the OracleBulkCopyColumnMapping object at the specified index. 
                  
Declaration
// C#
public OracleBulkCopyColumnMapping this[int index] {get;set;}
Parameters
- 
                        indexThe zero-based index of the OracleBulkCopyColumnMappingbeing set or retrieved.
Property Value
An OracleBulkCopyColumnMapping object at the specified index.
                  
Exceptions
IndexOutOfRangeException - The specified index does not exist.