Distinct by proeprty of class by linq
Posted
by phenevo
on Stack Overflow
See other posts from Stack Overflow
or by phenevo
Published on 2010-03-29T12:31:49Z
Indexed on
2010/03/29
12:33 UTC
Read the original article
Hit count: 140
Hi, 've got collection:\
List<Car> cars=new List<Car>
Car has many pool, by identity is CarCode
I have tree cars, and two with identical CarCode
How to by linq Convert this collection to Cars with unical carCode??
© Stack Overflow or respective owner