Adds the specified SABulkCopyColumnMapping object to the collection.
Name | Description |
---|---|
Creates a new SABulkCopyColumnMapping object using ordinals to specify both source and destination columns, and adds the mapping to the collection. |
|
Creates a new SABulkCopyColumnMapping object using a column ordinal to refer to the source column and a column name to refer to the destination column, and adds mapping to the collection. |
|
Adds the specified SABulkCopyColumnMapping object to the collection. |
|
Creates a new SABulkCopyColumnMapping object using a column name to refer to the source column and a column ordinal to refer to the destination the column, and adds the mapping to the collection. |
|
Creates a new SABulkCopyColumnMapping object using column names to specify both source and destination columns, and adds the mapping to the collection. |
Add(int, int) method
Add(int, string) method
Add(SABulkCopyColumnMapping) method
Add(string, int) method
Add(string, string) method
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |