Help.Develop.
IEnumerable filtered = oCustomer.Where(n => n.Orders [0].Month.Equals("May"))
.Select(n => n.Name);
No comments:
Post a Comment