Anyone knows any Linq to XQuery implementation?
th开发者_StackOverflow中文版e question is basically in the title. Also if anyone has started some kind of implementation but never finished it and is willing to share it, I'm interested! :) Or if it is being used internally in an open-source project...
I found this while looking for something similar.
Quoting the other post:
Incase anyone is interested. I'm building a Linq provider for XML columns in sql server.
The Linq provider will translate the query into sql server compatible XQuery code.
Info
Code
This allows you to use sql server like a schema free document DB a'la NoSQL. Altough the usecase here is not scale but rather the joy of persisting unmapped entities and versioned entities.
精彩评论