Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select from one strongly typed dataset to another
Message
From
07/07/2011 16:20:50
 
 
To
07/07/2011 14:09:31
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01517609
Message ID:
01517629
Views:
38
Have you tried the .CopyToDataTable() method? It wouldn't be typed, but you could cast it to the Typed DataTable and I'm pretty sure it would work (haven't tested it though).
ds2.Customer = (MyDataSet.CustomerDataTable)ds1.Customer.Select("firstname = 'Bob'").CopyToDataTable();
~~Bonnie
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