IndexOf
This method returns the index of the specified OracleBulkCopyColumnMapping
object.
Declaration
// C#
public int IndexOf(OracleBulkCopyColumnMapping value);
Parameters
-
value
The
OracleBulkCopyColumnMapping
object that is being returned.
Return Value
The zero-based index of the column mapping or -1 if the column mapping is not found in the collection.