Name | Description | |
---|---|---|
![]() |
SqlCeBulkCopyColumnMapping () | Default constructor that initializes a new SqlCeBulkCopyColumnMapping object. |
![]() |
SqlCeBulkCopyColumnMapping (int, int) | Creates a new column mapping, using column ordinals to refer to source and destination columns. |
![]() |
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. |
![]() |
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. |
![]() |
SqlCeBulkCopyColumnMapping (string, string) | Creates a new column mapping, using column names to refer to source and destination columns. |