Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reading a row in a DataSet
Message
De
18/09/2003 17:18:24
 
 
À
18/09/2003 16:52:25
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00830470
Message ID:
00830489
Vues:
30
Hi, Jerry.

You can do this:
DataRow row = ds.Tables["mytable"].Rows[0];
MessageBox.Show(row["myfield"].ToString());
HTH
Claudio Lassala
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform