Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan in ADO?
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Divers
Thread ID:
00943893
Message ID:
00943899
Vues:
21
You "can", but you need to do something like this
for(int iRowCtr=0;iRowCtr<MyTable.Rows.Count;iRowCtr++) {
   DataRow Dr = myTable.Rows[iRowCtr];
I prefer the other syntax, it's cleaner...but the above will also work...

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform