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