| Class | Description |
|---|---|
| CeFileBrowser | Browses files on the device. |
| CeFlashBrowser | Browses flash cards on the Pocket PC device. |
| HResult | Handles HRESULT values |
| License | License for DektopSqlCe |
| Pipe | Physical connection between the desktop PC and the mobile device. |
| PipeException | |
| PipeMessage | A message read from a Pipe. |
| SqlCeCmd | Contains the basic data and definitions for a SQL Server CE text command. |
| SqlCeColumn | Contains the schema information of a table column. |
| SqlCeColumnCollection | A collection of SqlCeColumn objects |
| SqlCeColumnType | Contains a column type in both text representation and OLE DB type value. |
| SqlCeCommand | A SQL command executed agains a SqlCeConnection. |
| SqlCeCommandBuilder | Builds SQL INSERT, UPDATE and DELETE commands for a SqlCeDataAdapter |
| SqlCeConnection | A connection to a remote SQL CE database. |
| SqlCeConvert | Converts types between the binary representation of SQL CE and .NET |
| SqlCeDataAdapter | Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source. |
| SqlCeDatabase | Encapsulates a low-level SQL CE database connection. All higher level classes will use this to represent the currently open database on SQL CE. |
| SqlCeDataReader | DataReader implementation |
| SqlCeEngine | Rpresents the properties, methods, and other objects of the SQL Server C Engine. |
| SqlCeError | Contains error or warning information generated by the SQL Server CE engine. |
| SqlCeErrorCollection | A collection of SqlCeError objects. |
| SqlCeException | Exception that is thrown when the remote SQL Server CE engine returns an error or warning. |
| SqlCeForeignKey | A FOREIGN KEY constraint |
| SqlCeForeignKeyCollection | A collection of SqlCeForeingKey objects |
| SqlCeIndex | Contains the schema information of a table index. |
| SqlCeIndexCollection | A collection of SqlCeIndex objects |
| SqlCeIndexColumn | A column specification in a index |
| SqlCeIndexColumnCollection | A collection of SqlCeIndexColumn objects |
| SqlCeParameter | Represents a parameter to a SqlCeCommand and optionally, its mapping to a DataSet column. |
| SqlCeParameterCollection | A collection of SqlCeParameter objects |
| SqlCeResultSet | Not implemented yet. |
| SqlCeRowLoadedEventArgs | Provides data for the RowLoaded event. |
| SqlCeRowset | Contains the result set of an open table or a SQL command. |
| SqlCeRowUpdatedEventArgs | Provides data for the RowUpdated event. |
| SqlCeRowUpdatingEventArgs | Provides data for the RowUpdating event. |
| SqlCeSchemaTable | Builds a DataTable with rowset schema information. |
| SqlCeSyncClient | Manages the SQL CE Sync client information. |
| SqlCeTable | Contains the schema information of a database table. |
| SqlCeTableAdapter | Synchronizes a SQL CE table with a DataTable |
| SqlCeTableCollection | A collection of SqlCeTable objects referenced by name and index. |
| SqlCeTableCopy | Specifies and copies one table into another |
| SqlCeTableCopyEventArgs | Provides data for the table copy process |
| SqlCeTransaction | A transaction on a remote SQL CE database. |
| Structure | Description |
|---|---|
| CeFileInfo | Structure that stores browsed file information. |
| CeFlashInfo | Contains information about a Pocket PC flash card. |
| CEOSVERSIONINFO | Managed version of the Windows CE API structure with the same name. Contains version information of the connected Windows CE device. |
| COLUMNDATA | Describes a column instance data. |
| COLUMNINFO | Contains the column information. |
| RowsetInfo | Contains information about the SqlCeRowset |
| Delegate | Description |
|---|---|
| SqlCeRowLoadedEventHandler | Delegate for the event that is fired when the SqlCeTableAdapter loads one row. |
| SqlCeRowUpdatedEventHandler | Represents the method that will handle the RowUpdated event of a SqlCeDataAdapter. |
| SqlCeRowUpdatingEventHandler | Represents the method that will handle the RowUpdating event of a SqlCeDataAdapter. |
| SqlCeTableCopyEventHandler | Event handler for the table copy process. |
| Enumeration | Description |
|---|---|
| Collation | Collation for indexes. |
| ColumnFlags | Flags for table columns. |
| ColumnStatus | Possible column value statuses. |
| CommandCode | Enumeration of the command types that travel through the communication pipe. |
| CommandReturns | What a command returns after execting. |
| DbSeekOptions | Options that specify how to Seek on an index. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. |
| FileAttribute | File attribute bit mask. |
| OleDbType | OLE DB Column type |
| PipeStatus | Pipe status codes |
| SqlCeCmd.PersistCommand | SQL Command persistence option. |
| SqlCeCmd.ReturnRowset | SQL Command return types |
| SqlCeDataReaderMode | Defines how a SqlCeDataReader reads data. In Row mode, data is read one row at a time using MoveFirst and MoveNext. In Bulk mode, data is read using GetAllRows and GetNextRow. Both modes are incompatible. |
| SqlCeReportError | Determines how operation errors are reported. |
| SqlCeTableAdapterUpdateMode | Mode for the table adapter |
| TableCopyStatus | Status information on the table copy process. |