Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transformations on returned data set
Message
De
08/05/2013 21:22:47
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
08/05/2013 19:20:28
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01573095
Message ID:
01573113
Vues:
49
>Naomi
>I've faced that many times and I've always wound up looping through the rows of the first data table and adding modified rows to the new data table.
>
>I tried LINQ several times, but the looping approach always seemed more straightforward.
>
>
>
>>Hi everybody,
>>
>>In VFP I have code that first gets data from SQL Server into a cursor and then does extra select from that cursor into another cursor applying some extra formatting.
>>
>>I am wondering what is the best way to simulate this in C#? I understand I can get dataset (or reader) and loop through every row and generate a new dataset.
>>
>>Is there another way using LINQ, for example? If yes, can you show a sample, please?
>>
>>Thanks in advance.

LINQ has a foreach capability built in..
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform