return a single list property List in Linq
Posted
by bharat
on Stack Overflow
See other posts from Stack Overflow
or by bharat
Published on 2010-05-14T16:26:59Z
Indexed on
2010/05/14
16:34 UTC
Read the original article
Hit count: 247
LINQ
I am having an issue here i have a list
this.Ddown having 3 properties
i want to write a Linq Query to return one of the property lets say i have property a,b,c
i want to retutn list(c)
how do i do that in linq
© Stack Overflow or respective owner