Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combine Duplicates In A DataSet
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01471474
Message ID:
01471482
Vues:
42
You can use LINQ and still keep the results in an ADO.NET dataset.

I wrote an article in CoDe a few years ago that might help.

http://www.code-magazine.com/Article.aspx?quickid=0707051

If you click on the printer friendly link, you'll get the entire article in one long window.


Of particular interest...

- Tip #6 shows how to convert a LINQ result set (anonymous type) back to an ADO.NET datatable
- Tip #9 shows how to query an ADO.NET data table and use a GROUP and SUM
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform