Add(String, String) method

Creates a new ULBulkCopyColumnMapping using column names to specify both source and destination columns, and adds the mapping to the collection.

Syntax
Visual Basic

Public Function Add( _
   ByVal sourceColumn As String, _
   ByVal destinationColumn As String _
) As ULBulkCopyColumnMapping
C#

public ULBulkCopyColumnMapping Add(
   string  sourceColumn,
   string  destinationColumn
);
Parameters
  • sourceColumn   The name of the source column within the data source.

  • destinationColumn   The name of the destination column within the destination table.

Remarks

Restrictions: The ULBulkCopyColumnMappingCollection class is not available in the .NET Compact Framework 2.0.

See also