Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Predicate question
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01232939
Message ID:
01233116
Views:
10
Hi, Pete,

To the best of my awareness, the capabilities of the FindAll method in the List class (to use a predicate/delegate or an anonymous method) don't extend to the dataset. So like John Baird ssid, you're basically confined to using RowFilter or Select(). Obviously, you could pump your dataset into a List class and do it that way, though if it's a large dataset, there will be some overhead.

That's one of the goals of LINQ....to have a uniform method of querying, regardless of what the source data is.


Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform