Default constructor that initializes a new SqlCeBulkCopyColumnMapping object.
Declaring type: SqlCeBulkCopyColumnMapping
Namespace: ErikEJ.SqlCe
Assembly: ErikEJ.SqlCe
Collapse/Expand Overload List
  Name Description
Public Method SqlCeBulkCopyColumnMapping () Default constructor that initializes a new SqlCeBulkCopyColumnMapping object.
Public Method SqlCeBulkCopyColumnMapping (int, int) Creates a new column mapping, using column ordinals to refer to source and destination columns.
Public Method SqlCeBulkCopyColumnMapping (int, string) Creates a new column mapping, using a column ordinal to refer to the source column and a column name for the target column.
Public Method SqlCeBulkCopyColumnMapping (string, int) Creates a new column mapping, using a column name to refer to the source column and a column ordinal for the target column.
Public Method SqlCeBulkCopyColumnMapping (string, string) Creates a new column mapping, using column names to refer to source and destination columns.