문제

After doing research on LINQ to DataSets, I remembered that my data resides in POCO classes and or Generic Lists of type <T> or Generic classes for a specific object.

With this information, if I want to use LINQ on those type of objects, I imagine I would use LINQ to Objects and not LINQ to DataSets (even though a dataset is really just a class under the covers).

Am I correct in assuming this?

If so, does anyone have any links on how to use LINQ specifically with these kind of objects?

도움이 되었습니까?

해결책

I would recommend you download LINQPad. It's free without IntelliSense, but it is worth paying for it. It has a lot of LINQ samples that you can easily run without building a project.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top