LINQ Query Syntax - To - LINQ Method Syntax (LINQPad 7) is NOT working.
Can you please provide me the steps to convert from Query syntax to Method syntax ? I think so, I am missing something here or there is a problem with LINQPad 7. BTW: I clicked on LAMBDA icon near results. Nothing happened. Any help is much appreciated.
Thanks
Comments
from number in numbers.AsQueryable()
where ...