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();


Comments

Popular posts from this blog

Spring Elasticsearch Operations

Object oriented programming concepts (OOPs)

Spring Boot and Vaadin : Filtering rows in Vaadin Grid