Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie ? on creating Dataset in VS 2005
Message
De
26/07/2006 16:17:15
 
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
C# 2.0
Divers
Thread ID:
01139720
Message ID:
01140424
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform