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

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SABulkCopyColumnMapping class

 

SABulkCopyColumnMapping members

Public constructors
Member name Description

SABulkCopyColumnMapping constructors

Initializes a new instance of the SABulkCopyColumnMapping class.

Public properties
Member name Description

DestinationColumn property

Gets or sets the name of the column in the destination database table being mapped to.

DestinationOrdinal property

Gets or sets the ordinal value of the column in the destination table being mapped to.

SourceColumn property

Gets or sets the name of the column being mapped in the data source.

SourceOrdinal property

Gets or sets ordinal position of the source column within the data source.

See also