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
value
A valid OracleBulkCopyColumnMapping object.
Return Value
Returns true if the specified mapping exists in the collection; otherwise, returns false.