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