There is no summary.

Assembly: ErikEJ.SqlCe
Collapse/Expand Public Classes
  Name Description
Public Class SqlCeBulkCopy Lets you efficiently bulk load a SQL Server Compact table with data from another source.
Public Class SqlCeBulkCopyColumnMapping Defines the mapping between a column in a SqlCeBulkCopy instance's data source and a column in the instance's destination table.
Public Class SqlCeBulkCopyColumnMappingCollection Collection of SqlCeBulkCopyColumnMapping objects
Public Class 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.
Public Class SqlCeRowsCopiedEventArgs Represents the set of arguments passed to the SqlCeRowsCopiedEventHandler.