Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULBulkCopyColumnMapping class » ULBulkCopyColumnMapping constructors

 

ULBulkCopyColumnMapping(String, String) constructor

Creates a new column mapping, using column names to refer to source and destination columns.

Syntax
Visual Basic
Public Sub New( _
   ByVal sourceColumn As String, _
   ByVal destinationColumn As String _
)
C#
public  ULBulkCopyColumnMapping(
   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 ULBulkCopyColumnMapping class is not available in the .NET Compact Framework 2.0.

See also