Creates a new column mapping, using a column name to refer to the source column and a column ordinal to refer to the destination column.
Visual Basic
Public Sub New( _
ByVal sourceColumn As String, _
ByVal destinationColumnOrdinal As Integer _
)
C#
public SABulkCopyColumnMapping(
string sourceColumn,
int destinationColumnOrdinal
);
sourceColumn The name of the source column within the data source.
destinationColumnOrdinal The ordinal position of the destination column within the destination table. The first column in a table has ordinal position zero.
Restrictions: The SABulkCopyColumnMapping class is not available in the .NET Compact Framework 2.0.