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
var listOfC = this.Ddown.Select(x => x.c).ToList();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With