17.2.2.4 OracleBulkCopyColumnMapping(string, int)
This constructor instantiates a new instance of the OracleBulkCopyColumnMapping class using the provided source column name and destination column ordinal.
Declaration
// C# public OracleBulkCopyColumnMapping(string sourceColumn, int destinationOrdinal);
Parameters
-
sourceColumnThe name of the source column within the data source.
-
destinationOrdinalThe ordinal position of the destination column within the destination table.