Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving Data from Strongly Typed Dataset
Message
 
À
13/02/2007 16:17:13
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
VB.NET 1.1
Divers
Thread ID:
01195352
Message ID:
01195361
Vues:
11
>Actually, I just changed
>
>
>ds.Tables(0).Rows(0)("NineMonthRate")
>
>
>to this:
>
>
>ds.Rates(0).NineMonthRate
>
>
>and all seems to work. Now my goal is to not forget this...

Cool in C# : ds.Rates[0].NineMonthRate
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform