Skip to content

Settings and activity

1 result found

  1. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    brianbec commented  · 

    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()

    An error occurred while saving the comment
    brianbec commented  · 

    To 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  ·