简体   繁体   English

WP7 7.1 (Mango) 数据库版本控制

[英]WP7 7.1 (Mango) Database Versioning

I have a class structure that's saved to the local SQL DB on the phone.我有一个 class 结构,它保存到手机上的本地 SQL DB 中。 In the next version of the app, the class structure has changed.在应用程序的下一个版本中,class 结构发生了变化。

How does the SQL DB deserialize the data into the changed objects/structure? SQL DB 如何将数据反序列化为更改的对象/结构?

I was listening to YapCast with Jesse Liberty and Sean McKenna mentioned there is an API for doing database upgrades for new data model versions.我和 Jesse Liberty 一起听 YapCast,Sean McKenna 提到有一个 API 用于为新数据 model 版本进行数据库升级。

DatabaseSchemaUpdator 数据库架构更新器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM