Although, it is known that visual studio 2015 allows debugging of lambda expression and one can view it in immediate and watch window, I am still getting the error stating - Expression Cannot contain lambda expressions.
?lstClientDBs.Select(obj=>obj.ClientDatabase)
Expression cannot contain lambda expressions
Is there any option or something, I should've turned on? I am not able to debug or view the outcome of lambda expressions.