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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULBulkCopyColumnMappingCollection class » Add methods

Add(ULBulkCopyColumnMapping) method Next Page

Add(Int32, Int32) method


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

Syntax

Visual Basic

Public Function Add( _
ByVal sourceColumnOrdinal As Integer, _
ByVal destinationColumnOrdinal As Integer _
) As ULBulkCopyColumnMapping

C#

public ULBulkCopyColumnMapping Add(
int sourceColumnOrdinal,
int destinationColumnOrdinal
);

Parameters
Remarks

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

See also