DB2 Version 9.7 for Linux, UNIX, and Windows

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
public method DB2BulkCopyColumnMapping Overloaded. Initializes a new DB2BulkCopyColumnMapping object.

Public Properties

Name Description
public property DestinationColumn Name of the column being mapped in the destination table.
public property DestinationOrdinal Ordinal value of the column being mapped in the destination table.
public property SourceColumn Name of the column being copied from the data source.
public property SourceOrdinal Ordinal value of the column being copied from the data source.

Public Methods

Name Description
public method Equals (Inherited from Object.) Determines whether two DB2BulkCopyColumnMapping instances are equal.
public method 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.
public method ToString (Inherited from Object.) Gets the complete text of the column mapping.