Extensions::CreateDatabaseSchemaUpdater Method
Silverlight
Creates a DatabaseSchemaUpdater object based on the specified data context.
Namespace: Microsoft.Phone.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- dataContext
- Type: System.Data.Linq::DataContext
The data context that is to be updated by the DatabaseSchemaUpdater object.
Return Value
Type: Microsoft.Phone.Data.Linq::DatabaseSchemaUpdaterThe DatabaseSchemaUpdater object based on the specified data context.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type DataContext. When you use instance method syntax to call this method, omit the first parameter.For information about using a local database in your Windows Phone application, see Local Database Overview for Windows Phone.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: