Defines the mapping between a column in an SABulkCopy instance's data source and a column in the instance's destination table.
Public NotInheritable Class SABulkCopyColumnMapping
public sealed class SABulkCopyColumnMapping
All members of SABulkCopyColumnMapping class, including all inherited members.
Name | Description |
---|---|
Creates a new column mapping, using column ordinals or names to refer to source and destination columns. | |
Gets or sets the name of the column in the destination database table being mapped to. | |
Gets or sets the ordinal value of the column in the destination table being mapped to. | |
Gets or sets the name of the column being mapped in the data source. | |
Gets or sets ordinal position of the source column within the data source. |
The SABulkCopyColumnMapping class is not available in the .NET Compact Framework 2.0.
SABulkCopyColumnMapping constructor
DestinationColumn property
DestinationOrdinal property
SourceColumn property
SourceOrdinal property
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |