Creates a new ULBulkCopyColumnMapping 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.
Visual Basic Public Function Add( _ ByVal sourceColumnOrdinal As Integer, _ ByVal destinationColumn As String _ ) As ULBulkCopyColumnMapping
C# public ULBulkCopyColumnMapping Add( int sourceColumnOrdinal, string destinationColumn );
sourceColumnOrdinal The ordinal position of the source column within the data source. The first column in a data source has ordinal position zero.
destinationColumn The name of the destination column within the destination table.
Restrictions: The ULBulkCopyColumnMappingCollection class is not available in the .NET Compact Framework 2.0.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |