Reading XML element & child nodes using LINQ in Vb.net- help me in where condition :(
- by New Linq Baby
Hi, I am new in LINQ world.
I need an urgent help in reading the xml elements using LINQ with specific where condition.
I need to find the max air_temp for a county
i.e where county name = "Boone" and hour id = "06/03/2009 09:00CDT"
i tried something like below, but no luck :
Dim custs As IEnumerable = From c In…