Contains
This method returns a value indicating whether or not a specified OracleBulkCopyColumnMapping object exists in the collection.
                  
Declaration
// C#
public bool Contains(OracleBulkCopyColumnMapping value);
Parameters
- 
                        valueA valid OracleBulkCopyColumnMappingobject.
Return Value
Returns true if the specified mapping exists in the collection; otherwise, returns false.