OracleBulkCopyColumnMapping(string, string)
This constructor instantiates a new instance of the OracleBulkCopyColumnMapping
class using the provided source and destination column names.
Declaration
// C# public OracleBulkCopyColumnMapping(string sourceColumn, string destinationColumn);
Parameters
-
sourceColumn
The name of the source column within the data source.
-
destinationColumn
The name of the destination column within the destination table.