如何根据实体模型验证数据库?
我允许用户指定数据源和连接详细信息。完成后,我设置实体连接字符串。如何立即根据实体模型验证他们选择的数据库?我不想让这个计划进一步失败。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查是否存在已知表和/或使用版本表来存储架构版本。
Check for the existence of a known table and/or use a version table to store the schema version.