使用 SQLMetal 从 SQL Compact 3.5 数据库生成 Linq 类
我通过从命令行针对 Compact 3.5 数据库运行 SQLMetal 来生成 Linq 类。 Compact 3.5 数据库是本地数据库缓存(由 Sync Framework“创建本地数据库缓存向导”生成)。 CE 似乎支持外键约束,但我没有看到任何约束,并且 SQLMetal 不会将它们生成到模型中。 从源 SQL 2008 数据库生成模型并将我的数据上下文指向 Compact 数据库似乎不起作用。
除了手动将关联添加到模型之外,还有什么方法可以生成关联吗?
I am generating Linq classes by running SQLMetal from the command line against a Compact 3.5 database. The Compact 3.5 database is a local database cache (generated by the Sync Framework "Create Local Database Cache wizard).
CE seems to support foreign keys constraints, but I am not seeing any, and SQLMetal does not generate them into the model.
Generating my model from the source SQL 2008 database and pointing my datacontext to the Compact database does not seem to work.
Is there any way how I can get my associations generated, other than by adding them to the model manually?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用实体框架 4。
Use Entity Framework 4.