OracleBulkCopyColumnMapping Constructors
OracleBulkCopyColumnMapping
constructors instantiates new instances of the OracleBulkCopyColumnMapping
class.
Overload List:
-
This constructor instantiates a new instance of the
OracleBulkCopyColumnMapping
class -
OracleBulkCopyColumnMapping(int, int)
This constructor instantiates a new instance of the
OracleBulkCopyColumnMapping
class using the provided source column ordinal and destination column ordinal. -
OracleBulkCopyColumnMapping(int, string)
This constructor instantiates a new instance of the
OracleBulkCopyColumnMapping
class using the provided source column ordinal and destination column name. -
OracleBulkCopyColumnMapping(string, int)
This constructor instantiates a new instance of the
OracleBulkCopyColumnMapping
class using the provided source column name and destination column ordinal. -
OracleBulkCopyColumnMapping(string, string)
This constructor instantiates a new instance of the
OracleBulkCopyColumnMapping
class using the provided source column name and destination column name.