Creates a new column mapping, using column ordinals or names to refer to source and destination columns.
Public Sub New( ByVal sourceColumnOrdinal As Integer, ByVal destinationColumnOrdinal As Integer )
public ULBulkCopyColumnMapping(
int sourceColumnOrdinal,
int destinationColumnOrdinal
)
sourceColumnOrdinal The ordinal position of the source column within the data source. The first column in a data source has ordinal position zero.
destinationColumnOrdinal The ordinal position of the destination column within the destination table. The first column in a table has ordinal position zero.
The ULBulkCopyColumnMapping class is not available in the .NET Compact Framework 2.0.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |