VS 2010 SP1 和 SQL CE - 它支持外键吗?
如果有人问我在与 Sql Server 2008 一起使用 EF4 时最喜欢什么,那么我会回答说它会在我的数据库架构上拾取外键。 VS 2010 SP1 和 SQL CE 是否属于这种情况?我不想提前花几个小时来发现 SQL CE 不是这样工作的。所以想请教一下有过这种经历的人。
If ever asked what I like most about EF4 when used with Sql Server 2008 then I would reply that it picks up foreign keys on my database schemas. Is this the case for VS 2010 SP1 and SQL CE? I don't want to spend hours upfront to find out SQL CE does not work like that. So, I'm asking anyone who has experienced this scenario.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,EF 4 与 SQL CE 配合得很好,包括获取外键。您可以从此处下载并检查示例项目: http://erikej.blogspot.com/2010/11/using-entity-framework-with-sql-server.html
Yes, EF 4 works very well with SQL CE, including picking up foreign keys. You can download and examine a sample project from here: http://erikej.blogspot.com/2010/11/using-entity-framework-with-sql-server.html