Extensions Class
Collapse the table of content
Expand the table of content

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.

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

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

No code example is currently available or this language may not be supported.

The Extensions type exposes the following members.

  NameDescription
Public methodStatic memberCreateDatabaseSchemaUpdaterCreates a DatabaseSchemaUpdater object based on the specified data context.
Top

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

Windows Phone OS

Supported in: 8.1, 8.0

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

Show:
© 2017 Microsoft