17.3.2.1 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.