DB2BulkCopyColumnMapping Members
Represents a column mapping from the data source table to the destination table. The following tables list the members exposed by the DB2BulkCopyColumnMapping class.
Public Constructors
| Name | Description |
|---|---|
DB2®BulkCopyColumnMapping |
Overloaded. Initializes a new DB2BulkCopyColumnMapping object. |
Public Properties
| Name | Description |
|---|---|
DestinationColumn |
Name of the column being mapped in the destination table. |
DestinationOrdinal |
Ordinal value of the column being mapped in the destination table. |
SourceColumn |
Name of the column being copied from the data source. |
SourceOrdinal |
Ordinal value of the column being copied from the data source. |
Public Methods
| Name | Description |
|---|---|
Equals (Inherited from Object.) |
Determines whether two DB2BulkCopyColumnMapping instances are equal. |
GetHashCode (Inherited from Object.) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
ToString (Inherited from Object.) |
Gets the complete text of the column mapping. |