Microsoft .NET Compact Framework Kick Start

  • SQL Server CE is a small implementation of Microsoft SQL Server that provides rich support for data storage and retrieval.

  • The SqlCeEngine class provides access to core SQL Server CE functionality, such as creating, opening, and closing a SQL Server CE database.

  • The SqlCeDataReader class provides fast, forward-only access to the data stored in a SQL Server CE database.

  • The SqlCeDataAdapter class and the DataSet class provide simple, easy data synchronization between your application and the SQL Server CE database.

  • The SqlCeCommandBuilder class can automatically generate SqlCommand objects for the SqlCeDataAdapter .

Категории