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 » SABulkCopyColumnMappingCollection class » Add methods

Add(String, Int32) method Next Page

Add(String, String) method


Creates a new SABulkCopyColumnMapping object 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 SABulkCopyColumnMapping

C#

public SABulkCopyColumnMapping Add(
string sourceColumn,
string destinationColumn
);

Parameters
Remarks

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

See also