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
- 
                        sourceColumnThe name of the source column within the data source. 
- 
                        destinationColumnThe name of the destination column within the destination table.