Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to replace VFP cursors
Message
De
05/08/2011 18:29:34
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Vista
Network:
Windows XP
Database:
Jet/Access Engine
Application:
Desktop
Divers
Thread ID:
01520206
Message ID:
01520266
Vues:
56
J'aime (1)
>My Backend is MS Access; I don't think linq is an option.

Once you've read in the data, the data source doesn't matter.

Linq to Objects will work with any IEnumerable T based information sources which include arrays, collections, lists of objects etc.

http://msdn.microsoft.com/en-us/library/bb397919.aspx

and Linq to DataSet should work with any cached ADO.Net data.

http://msdn.microsoft.com/en-us/library/bb386977.aspx

This basically is your replacement for cursors in .NET, the only reason I can think of for not using Linq is if you want to do the work on the back end.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform