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:
01459090
Vues:
44
>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--)

That's what I did. Thanks Kevin

(Nice pic too)
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform