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

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULBulkCopyColumnMapping class

 

ULBulkCopyColumnMapping members

Public constructors
Member name Description

ULBulkCopyColumnMapping constructors

Initializes a new instance of the ULBulkCopyColumnMapping class.

Public properties
Member name Description

DestinationColumn property

Specifies the name of the column in the destination database table being mapped to.

DestinationOrdinal property

Specifies the ordinal value of the column in the destination database table being mapped to.

SourceColumn property

Specifies the name of the column being mapped in the data source.

SourceOrdinal property

Specifies the ordinal position of the source column within the data source.

See also