需要实体框架自动创建数据库架构的设置是什么?
如果您针对 SQL CE 进行开发并使用实体框架 Code First,则默认情况下会动态创建架构。但是 SQL Express 或 SQL Server 本身呢?
代码或 Web.Config 中的设置是什么以启用自动架构创建?
If you're developing against SQL CE and using the Entity Framework Code First, the schema is created on the fly by default. But what about SQL Express or SQL Server proper?
What is the setting - either in code or Web.Config - to enable automatic schema creation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
神奇之处在于仅使用提供程序
SQL Server CE 连接字符串:
SQL Server 连接字符串:
The magic is just used provider
SQL Server CE connection string:
SQL Server connection string: