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 class Next Page

SABulkCopyColumnMapping members


Public constructors
Member nameDescription
SABulkCopyColumnMapping constructors Initializes a new instance of the SABulkCopyColumnMapping class.
Public properties
Member nameDescription
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