There is no summary.
Name | Description | |
---|---|---|
![]() |
SqlCeBulkCopy | Lets you efficiently bulk load a SQL Server Compact table with data from another source. |
![]() |
SqlCeBulkCopyColumnMapping | Defines the mapping between a column in a SqlCeBulkCopy instance's data source and a column in the instance's destination table. |
![]() |
SqlCeBulkCopyColumnMappingCollection | Collection of SqlCeBulkCopyColumnMapping objects |
![]() |
SqlCeBulkCopyOptions | Bitwise flag that specifies one or more options to use with an instance of SqlCeBulkCopy. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. |
![]() |
SqlCeRowsCopiedEventArgs | Represents the set of arguments passed to the SqlCeRowsCopiedEventHandler. |