Microsoft.Phone.Data.Linq.Mapping Namespace

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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 Overview for Windows Phone.

Classes

  Class Description
Public class IndexAttribute Specifies an additional index on a local database table.
Public class MetaIndex Represents an abstraction of a local database index.
Public class MetaIndexedColumn Represents an abstraction of an indexed column in a local database.

Enumerations

  Enumeration Description
Public enumeration SortOrder Defines the order in which a column in a local database is sorted.