SqlBulkCopyColumnMapping Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| DestinationColumn | Name of the column being mapped in the destination database table. |
| DestinationOrdinal | Ordinal value of the destination column within the destination table. |
| SourceColumn | Name of the column being mapped in the data source. |
| SourceOrdinal | The ordinal position of the source column within the data source. |
Reference
SqlBulkCopyColumnMapping ClassSystem.Data.SqlClient Namespace