I am curious to know how to convert LINQ query to lambda so I visited the below link and follow the same but my linq query could not convert to lamda automatically.
convert this LINQ expression into Lambda
This is my LINQ pad image where I use C# program:
Can anyone guide me what I am doing for which linq pad not being able to convert my linq to lambda?
i found out how to do it. here is the screen shot.
Writing the Query expression directly without
.ToList(), .FirstOrDefault(), SingleOrDefault()
will show the coresponding Lambda Expression in Lambda ExpressionTab.