Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete Row
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Divers
Thread ID:
01459084
Message ID:
01459089
Vues:
56
What's the right way to remove rows from a DataSet????

Don't remove items from a collection you're enumerating through.

Use a counter and go backwards... for instance... for (int Ctr=Table.Row.Count-1; Ctr >= 0; Ctr--)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform