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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SABulkCopyColumnMapping class » SABulkCopyColumnMapping constructors

SABulkCopyColumnMapping(Int32, Int32) constructor Next Page

SABulkCopyColumnMapping(Int32, String) constructor


Creates a new column mapping, using a column ordinal to refer to the source column and a column name to refer to the destination column.

Syntax

Visual Basic

Public Sub New( _
ByVal sourceColumnOrdinal As Integer, _
ByVal destinationColumn As String _
)

C#

public SABulkCopyColumnMapping(
int sourceColumnOrdinal,
string destinationColumn
);

Parameters
Remarks

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

See also