| Class | Description |
|---|---|
| JetColumn | Contains schema information about an Access database column. |
| JetColumnCollection | A collection of Access table columns. |
| JetConvert | Helper class to assist in converting data types. |
| JetDatabase | A Microsoft Access database. |
| JetDatabaseSync | Merges the tracked changes on a SqlCeDatabase and a JetDatabase. |
| JetDatabaseTracker | Tracks changes made to a JetDatabase. |
| JetExport | Handles all the basic export processes |
| JetForeignKey | Contains the schema information about an Access database FOREIGN KEY |
| JetForeignKeyCollection | A collection of FOREIGN KEY constraints. |
| JetIndex | Contains schema information about an Access index or primary key |
| JetIndexCollection | A collection of JetIndex objects. |
| JetKeyColumn | Contains information about a key column. Key columns can be found in both JetIndex and JetForeignKey objects. |
| JetKeyColumnCollection | Collection of key columns. |
| JetMerge | Not implemented yet. |
| JetRowExportedEventArgs | Contains information for the JetRowExportedEventHandler delegate. |
| JetRowset | Rowset returned by either a command or by opening a base table cursor. |
| JetRowTrack | Manages the MSysSyncRows table of the Jet database. |
| JetSyncClient | |
| JetTable | Contains schema information about an Access database table and allows access to an optionally inedexed base table cursor . |
| JetTableCollection | A collection of JetTable objects. |
| JetTableExportingEventArgs | Contains arguments for the JetTableExportingEventHandler |
| JetTrackedTable | A tracked table in a Jet database. |
| JetTrackedTableCollection | A collection of the tracked tables in a JetDatabase object. |
| Delegate | Description |
|---|---|
| JetRowExportedEventHandler | Delegate type for the event fired when an Access table row is exported. |
| JetTableExportingEventHandler | Delegate type for the events fired when an Access table is being exported. |
| PrepareProgressEventHandler | Event handler for the preparation and "unpreparation" processes. |
| Enumeration | Description |
|---|---|
| Collation | Collation for indexes. |
| 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. |
| TagSchemaOption | Determines how the schema is to be tagged. |