Creates a new ULBulkCopyColumnMapping using column names to specify both source and destination columns, and adds the mapping to the collection.
Public Function Add(
ByVal sourceColumn As String,
ByVal destinationColumn As String
) As ULBulkCopyColumnMapping
public ULBulkCopyColumnMapping Add(
string sourceColumn,
string destinationColumn
)
sourceColumn The name of the source column within the data source.
destinationColumn The name of the destination column within the destination table.
The ULBulkCopyColumnMappingCollection class is not available in the .NET Compact Framework 2.0.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |