Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie ? on creating Dataset in VS 2005
Message
From
26/07/2006 16:17:15
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01139720
Message ID:
01140424
Views:
19
hahaha ... you don't need to understand it all ... but that's your Typed DataSet.

Now, whenever you use that DataSet you should get Intellisense for your all your DataTables, your Typed DataColumns and methods. That's really all there is to it.

Now, instead of accessing data like you had to with regular DataSets:
MyDataSet.Tables["MyTable"].Rows[0]["MyStringColumn"] = "abc";
you can use this much easier syntax:
MyDataSet.MyTable[0].MyStringColumn = "abc";
~~Bonnie


>>OK, did you look at Dataset1.Designer.cs ... I bet it looks different than it did before. <g>
>>
>
>There are about 1300 lines there now. Do you expect me to understand it all? <bg>. I thought you were going to give me a simple solution <g>
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform