DB2BulkCopyColumnMappingCollection Members
Represents a collection of column mappings from the data source table to the destination table. The following tables list the members exposed by the DB2BulkCopyColumnMappingCollection class.
Public Constructors
Name | Description |
---|---|
![]() |
Initializes a new DB2BulkCopyColumnMappingCollection object. |
Public Methods
Name | Description |
---|---|
![]() |
Overloaded. Creates a DB2BulkCopyColumnMapping using column names for the data source and destination columns, and adds it to the DB2BulkCopyColumnMappingCollection. |
![]() |
Clears the current collection of DB2BulkCopyColumnMapping objects. |
![]() |
Returns a value indicating if the specified DB2BulkCopyColumnMapping object is in the DB2BulkCopyColumnMappingCollection. |
![]() |
Copies the DB2BulkCopyColumnMapping objects in the DB2BulkCopyColumnMappingCollection to an array of DB2BulkCopyColumnMapping objects, starting at a specified index of the array. |
![]() |
Returns a value indicating the position in the DB2BulkCopyColumnMappingCollection where the specified DB2BulkCopyColumnMapping object is located. |
![]() |
Inserts the specified DB2BulkCopyColumnMapping to the DB2BulkCopyColumnMappingCollection at the specified index position. |
![]() |
Removes the specified DB2BulkCopyColumnMapping from the DB2BulkCopyColumnMappingCollection. |
![]() |
Removes the DB2BulkCopyColumnMapping at the specified index position from the DB2BulkCopyColumnMappingCollection. |
![]() |
Gets the complete text of the column mappings in the DB2BulkCopyColumnMappingCollection. |
Protected Methods
Name | Description |
---|---|
![]() |
Performs additional custom processes before inserting a new mapping into the DB2BulkCopyColumnMappingCollection instance. |