Lieven Cardoen
Lieven Cardoen

Reputation: 25969

LINQ to Stored XML

Does anybody know the status of this?

Upvotes: 1

Views: 228

Answers (1)

Jim Wooley
Jim Wooley

Reputation: 10418

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.

Upvotes: 2

Related Questions