How do I get UWP Uninstall to remove database completely?

前端 未结 1 593
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-13 04:40

I have managed to get an XAF application into the Windows Store via the Desktop Bridge.

When a user installs my software from the Windows Store and then chooses to u

相关标签:
1条回答
  • 2021-01-13 05:28

    See Getting Started with EF Core on Universal Windows Platform (UWP) with a New Database. It introduces use of migrations. Migrations are designed to help you change your database design and implement the changes in production. Migrations can be frustrating though because Microsoft has not documented the feature thoroughly. There is a list somewhere of the migration features not supported for SQLite; it is important to know about that from the beginning.

    0 讨论(0)
提交回复
热议问题