Extensions Class

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Extends the LINQ to SQL API in a Windows Phone application to enable schema changes to a local database.

Inheritance Hierarchy

System..::.Object
  Microsoft.Phone.Data.Linq..::.Extensions

Namespace:  Microsoft.Phone.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Syntax

<ExtensionAttribute> _
Public NotInheritable Class Extensions
public static class Extensions

The Extensions type exposes the following members.

Methods

  Name Description
CreateDatabaseSchemaUpdater Creates a DatabaseSchemaUpdater object based on the specified data context.

Top

Remarks

For information about using a local database in your Windows Phone application, see Local database for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Data.Linq Namespace