Local Database for Windows Phone
Windows Phone
December 15, 2011
With Windows Phone OS 7.1, you can store structured data in a relational database that is referred to as a local database. Windows Phone applications use LINQ to SQL for all database operations; LINQ to SQL is used to define the database schema, select data, and save changes to the underlying database file residing in isolated storage. This section describes how to use a local database with your Windows Phone application.
