Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie question - Strongly Typed DS
Message
De
15/10/2010 14:53:50
 
 
À
15/10/2010 13:46:17
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01485576
Message ID:
01485643
Vues:
51
We're all new at some point and all made similar mistakes.

BTW, there's some movement to not use DataSets but DataTables, or even better Entity Framework. Just something else to throw onto your learning list.

>Sorry for the confusion. Newbies do confusing things.
>
>As I read the answers, it became apparent that if I returned the dataset object instead of the datatable, the calling program can use it to access the table
>
>I changed it to return the dataset and this worked:
>
>public void tester()
>{  
>meycodataset mds = EstablishBlankCustomerData()
>stings x = mds.arcust.company;
>}
>
>
>I
>Sorry for the confusion and thanks to all who tried to figure out what I meant
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform