Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Easy visualization of GetDataSet
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00839315
Message ID:
00839497
Views:
40
Thanx,
Now I understand. Once you get a reference to the current dataset, via getcurrentdataset(), you can use the reference to gain access to all of the dataset properties.

Thanx again,
Neil


>Just keep drilling down.
>
>oPatient.GetCurrentDataSet().Tables[0].Rows[0][0]
>
>Intellisense should work in VS2003
>
>>I typed oPatient.GetCurrentDataSet() in the command window. The window came back with Oakleaf.
>>
>>.Main.Data.mmDataSet. Now.... How do I transverse the rows and columns of the DataSet? I would like to see what record the GetDataSet returned. BTW: No intellisense. (i am in C#)
>>
>>
>>Neil
>>
>>>>That is cool. I was able look at all type of cool stuff in the command window. Since I am in mm.net, I am using business objects to control data access. I created an object oPatient. I guess now I need to find out how I can poll oPatient to get to it's dataset and the data that I seek. That is the next question. Hopefully a mm.net user is reading this thread.
>>>>
>>>
>>>Typing oPatient.GetCurrentDataSet() in the watch window should work in the debugger and the command window too. Be sure to use the correct capitalization.
>>>
>>>On a similar note, Whidbey should have intellisense in the command window (at least for vb).
Previous
Reply
Map
View

Click here to load this message in the networking platform