哪个ORM可以查询数据库中的XML
我计划将 XML 存储在数据库中,并寻找一个可以轻松查询数据库中的值的 ORM。我将使用 SQL Server 2008 或 MySQL,具体取决于 XML 支持。您能否就哪种工具最适合此问题提供您的想法或建议?
I am planning to store XML in the database and looking for an ORM that can easily query values in the database. I will be using SQL Server 2008 or MySQL depending on the XML support. Can you give your thoughts or advice on which tool is best for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Linq to SQL 可以这样做... 看这个
Linq to SQL can do so... see this