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 » ULBulkCopyColumnMapping class » ULBulkCopyColumnMapping constructors

ULBulkCopyColumnMapping() constructor Next Page

ULBulkCopyColumnMapping(Int32, Int32) constructor


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

Syntax

Visual Basic

Public Sub New( _
ByVal sourceColumnOrdinal As Integer, _
ByVal destinationColumnOrdinal As Integer _
)

C#

public ULBulkCopyColumnMapping(
int sourceColumnOrdinal,
int destinationColumnOrdinal
);

Parameters
Remarks

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

See also