Settings and activity
1 result found
-
1 vote
An error occurred while saving the comment An error occurred while saving the comment brianbec commentedTo clarify -- this capability is there when querying databases, but not when querying LINQ to objects in memory. My request is to show it always :)
brianbec shared this idea ·
i'm WITHDRAWING this request -- I see how to do it as follows
from b in new int[]{1,2,3}.AsQueryable()
from c in new string[]{"a", "b"}
select c + b.ToString()