A lambda expression with a expression body cannot be converted to an expression tree C# entity framework – Asp.net
I have an entity table with below model public class VulnerabilityImportFileLog { public Collection<Vulnerability> Vulnerability { get; set; } } Trying to return an string value using the select statement in the entity framework query var vulnerabilityImportFileLogSelect = vulnerabilityImportFileLogQuery .Select(vulnerabilityImportFileLog…