2
Q:

Lambda Expression to filter a list of list of items

myList.SelectMany(sublist => sublist)
    .Where(item => item.Name == "ABC" && item.Action == "123");
0

New to Communities?

Join the community