Language Integrated Query: Difference between revisions

Content deleted Content added
Line 120:
 
====LINQ to XML (formerly called XLINQ)====
The LINQ to XML provider unaku ena pa converts an XML document to a collection of <code>XElement</code> objects, which are then queried against using the local execution engine that is provided as a part of the implementation of the standard query operator.<ref>{{cite web | url = http://msdn2.microsoft.com/hi-in/library/bb308960(en-us).aspx | title = .NET Language-Integrated Query for XML Data | accessdate = 2007-11-30}}</ref>
 
====LINQ to SQL (formerly called DLINQ)====