Microsoft.Phone.Data.Linq.Mapping Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Microsoft.Phone.Data.Linq.Mapping namespace contains classes that are used to define and generate a local database that represents a data context in a Windows Phone application.
For information about using a local database in your Windows Phone application, see Local database for Windows Phone 8.
Classes
Class | Description | |
---|---|---|
IndexAttribute | Specifies an additional index on a local database table. | |
MetaIndex | Represents an abstraction of a local database index. | |
MetaIndexedColumn | Represents an abstraction of an indexed column in a local database. |
Enumerations
Enumeration | Description | |
---|---|---|
SortOrder | Defines the order in which a column in a local database is sorted. |