Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving Data from Strongly Typed Dataset
Message
 
À
13/02/2007 16:07:43
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:
01195356
Vues:
18
I don't know about VB but in C# <bg> I would do it something like this:
((MyDataSet.RateRow)ds.Rate.Rows[0]).NineMonthRate
HTH,
Einar

>I am having a major brain fart here... how would I do this:
>
>ds.Tables(0).Rows(0)("NineMonthRate")
>
>if ds was a strongly typed dataset, and table(0) is called Rate?
>
>I would assume ds.Rate.Row(0).NineMonthRate, but intellisense doesn't like this.
>
>I know I have done this before...
>
>Thanks!
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform