17.3.3.11 Insert
This method inserts a new OracleBulkCopyColumnMapping object in the collection, at the index specified.
                  
Declaration
// C# public void Insert(int index, OracleBulkCopyColumnMapping value);
Parameters
- 
                        indexThe integer value of the location within the OracleBulkCopyColumnMappingCollectionat which the newOracleBulkCopyColumnMappingis inserted.
- 
                        valueThe OracleBulkCopyColumnMappingobject to be inserted in the collection.
Exceptions
InvalidOperationException - The bulk copy operation is in progress.