17.3.3 OracleBulkCopyColumnMappingCollection Public Methods

The OracleBulkCopyColumnMappingCollection public methods are listed in Table 17-16.

Table 17-16 OracleBulkCopyColumnMappingCollection Public Methods

Public Method Description

Add

Adds objects to the collection

Clear

Clears the contents of the collection

Contains

Returns a value indicating whether or not a specified OracleBulkCopyColumnMapping object exists in the collection

CopyTo

Copies the elements of the OracleBulkCopyColumnMappingCollection to an array of OracleBulkCopyColumnMapping items, starting at a specified index

IndexOf

Returns the index of the specified OracleBulkCopyColumnMapping object

Insert

Inserts a new OracleBulkCopyColumnMapping object in the collection, at the index specified.

Remove

Removes the specified OracleBulkCopyColumnMapping element from the OracleBulkCopyColumnMappingCollection.

RemoveAt

Removes the mapping from the collection at the specified index.