Defines the mapping between a column in a SqlCeBulkCopy instance's data source and a column in the instance's destination table.
Declaring type: SqlCeBulkCopyColumnMapping
Namespace: ErikEJ.SqlCe
Assembly: ErikEJ.SqlCe
Collapse/Expand Public Constructors
  Name Description
Public Method SqlCeBulkCopyColumnMapping Overloaded. Default constructor that initializes a new SqlCeBulkCopyColumnMapping object.
Collapse/Expand Public Properties
  Name Description
Public Property DestinationColumn Name of the column being mapped in the destination database table.
Public Property DestinationOrdinal Ordinal value of the destination column within the destination table.
Public Property SourceColumn Name of the column being mapped in the data source.
Public Property SourceOrdinal The ordinal position of the source column within the data source.