Creates a new column mapping, using column names to refer to source and destination columns.
Visual Basic Public Sub New( _ ByVal sourceColumn As String, _ ByVal destinationColumn As String _ )
C# public SABulkCopyColumnMapping( 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.
Restrictions: The SABulkCopyColumnMapping class is not available in the .NET Compact Framework 2.0.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |