LINQ to Stored XML
Does anybody know开发者_StackOverflow社区 the status of this?
The code for LINQ to XSD has been released to Codeplex at http://linqtoxsd.codeplex.com/ and effectively ending the development on that project.
LINQ to SQL serializes XML data type columns into XElement types. However, don't expect to see L2S to be extended to support translating LINQ to XML subqueries into the matching XQuery in the database. The Entity Framework team may add such functionality at some point in the future, but it's not on their radar at this point either.
精彩评论