LinqPad Not Returning Results With C# Statements

I would expect that in statement mode, you’d have to do something like call q.Dump(); to see the results.

But if you just want to use query expressions, why not do that from expression mode? Just use an expression of:

from app in AppInstances
select new {
    AppId = app.AppId
};

Or to make it equivalent to your original lambda:

from app in AppInstances
select app.AppId

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)