edmx 文件转换为 XML 文档
我可以将 edmx 连接到 xml 文档而不是 sql 数据库吗?如果可以,该怎么做?
Can I connect an edmx to an xml document instead of a sql database.If so how can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,除非您为其编写 EF 提供程序。但是有 LINQ to XML。
如果您不提及根本问题是什么,您就不太可能获得真正好的问题解决方案。
No, not unless you write an EF provider for it. But there is LINQ to XML.
You're unlikely to get a really good solution to your problem if you don't mention what the underlying problem is.