DB2BulkCopyColumnMappingCollection.Add Method
Creates a DB2BulkCopyColumnMapping using column names for the data source and destination columns, and adds it to the DB2BulkCopyColumnMappingCollection.
Overload List
Method | Description |
---|---|
Add(IBM®.Data.DB2®.DB2BulkCopyColumnMapping) | Adds the specified DB2BulkCopyColumnMapping to the DB2BulkCopyColumnMappingCollection. |
Add(int, int) | Creates a DB2BulkCopyColumnMapping using column ordinals for the data source and destination columns, and adds it to the DB2BulkCopyColumnMappingCollection. |
Add(int, string) | Creates a DB2BulkCopyColumnMapping using a column ordinal for the data source column and a column name for the destination column, and adds it to the DB2BulkCopyColumnMappingCollection. |
Add(string, int) | Creates a DB2BulkCopyColumnMapping using a column name for the data source column and a column ordinal for the destination column, and adds it to the DB2BulkCopyColumnMappingCollection. |
Add(string, string) | Creates a DB2BulkCopyColumnMapping using column names for the data source and destination columns, and adds it to the DB2BulkCopyColumnMappingCollection. |