OracleBulkCopyColumnMapping()
This constructor instantiates a new instance of the OracleBulkCopyColumnMapping
class.
Declaration
// C# public OracleBulkCopyColumnMapping();
Remarks
Applications that use this constructor must define the source for the mapping using the SourceColumn
or SourceOrdinal
property, and must define the destination for the mapping using the DestinationColumn
or DestinationOrdinal
property.