如何在 Windows Phone 7 上使用 SQL CE 更改表?
假设我部署了带有 SQL CE 数据库的 WP7 v1.0。在版本 v1.1 中,我需要向其中一个表添加一个新列。
建议的方法是什么?有没有办法检测该列是否存在并在需要时创建它?
谢谢, 杰里米
Let say I deploy a v1.0 of a WP7 with a SQL CE database. In the version v1.1 I need to add a new column to one of the table.
What is the recommend way to do that ? Is there a way to detect if the column exists and create it if needed ?
Thanks,
Jeremy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果要添加列等,可以使用 DatabaseSchemaUpdater 类 - 请参阅此 MSDN 文章:http://msdn.microsoft.com/en-us/library/hh394022(v=VS.92).aspx
You can use the DatabaseSchemaUpdater class if you are adding columns etc - see this MSDN article: http://msdn.microsoft.com/en-us/library/hh394022(v=VS.92).aspx