Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieving Data from Strongly Typed Dataset
Message
 
To
13/02/2007 16:07:43
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
VB.NET 1.1
Miscellaneous
Thread ID:
01195352
Message ID:
01195356
Views:
17
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform