❔ Help with linq query
I have a list of cutomers that gets grouped according to their addresss and data property. I would like to select the first group where the data is equal to Klepto or some other thing. From the code I have I am expecting to retrieve customer 1 and customer 3 as they both have Klepto as their data.
Here are my customers, I add these to CustList later on.
The expected result is cust 1 and 3 but its not what I get. the attached image shows what I get.
Here are my customers, I add these to CustList later on.
The expected result is cust 1 and 3 but its not what I get. the attached image shows what I get.
