如何根据实体模型验证数据库?

发布于 2024-09-07 23:28:58 字数 75 浏览 1 评论 0原文

我允许用户指定数据源和连接详细信息。完成后,我设置实体连接字符串。如何立即根据实体模型验证他们选择的数据库?我不想让这个计划进一步失败。

I allow users to specify the data source and connection details. When this is complete, I set the Entity connection string. How do I validate the database they have chosen against the entity model right away? I don't want to get further in the program to have it fail.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

舂唻埖巳落 2024-09-14 23:28:58

检查是否存在已知表和/或使用版本表来存储架构版本。

Check for the existence of a known table and/or use a version table to store the schema version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文