Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is LINQ the 'VFP-inspired' addition to .NET?
Message
From
15/09/2005 19:10:58
 
 
To
14/09/2005 16:36:24
General information
Forum:
Windows
Category:
Computing in general
Miscellaneous
Thread ID:
01049627
Message ID:
01050115
Views:
13
David,

>>>You can specify to the query engine your select statements, where and orderby and group by clauses, and so forth, either through talking directly to the query framework and setting properties, etc, or by language extensions that do that automatically for you.

Yes, they said they believe is more powerful than SQL (maybe they meant TSQL..)

>>>Out of the box it will talk to (query into) any .NET collections with a certain interface (IEnumerable, I think)as well as databases and XML documents. Because a query done this way will result in a collection, you can then use SQL commands to further 'drill down" into that first result set, much as we can do today with Fox cursors.

Correct, DLINQ for data, XLINQ for xml, if I heard well, Anders said DLINQ is the next version of ADO.
Previous
Reply
Map
View

Click here to load this message in the networking platform