Add

Add methods add objects to the collection.

Overload List:

  • Add(OracleBulkCopyColumnMapping)

    This method adds the supplied OracleBulkCopyColumnMapping object to the collection.

  • Add(int, int)

    This method creates and adds an OracleBulkCopyColumnMapping object to the collection using the supplied source and destination column ordinal positions.

  • Add(int, string)

    This method creates and adds an OracleBulkCopyColumnMapping object to the collection using the supplied source column ordinal and destination column name.

  • Add(string, int)

    This method creates and adds an OracleBulkCopyColumnMapping object to the collection using the supplied source column name and destination column ordinal.

  • Add(string, string)

    This method creates and adds an OracleBulkCopyColumnMapping object to the collection using the supplied source and destination column names.