2022-12-29

Convert Linq operation syntax to query syntax

I'm trying to figure out how to convert this method syntax into query syntax:

result.Select(c => { c.property1 = 100; return c; }).ToList();


No comments:

Post a Comment