Enterprise Library Data Access Application Block  7.0-rc1
The Data Access Application Block abstracts the actual database you are using, and exposes a collection of methods that make it easy to access that database and to perform common tasks.
Microsoft.Practices.EnterpriseLibrary.Data.SqlCe Namespace Reference

Classes

class  SqlCeConnectionPool
 This class provides a primitive connection pool for SqlCeDatabase. More...
 
class  SqlCeDatabase
 Provides helper methods to make working with a Sql Server Compact Edition database easier. More...
 
class  SqlCeResultSetWrapper
 A wrapper around SqlCeResultSet which also manages reference counting on the corresponding connection.