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