Hi,
What linq features are currently not supported in SS3? Can't seem to find a list.
Ta,
Bob
Hi,
What linq features are currently not supported in SS3? Can't seem to find a list.
Ta,
Bob
Also, you can't make an non-anonymous select in a custom object. While
from elem in XCollection select new
with {.customField = elem.someProperty}
works well, this doesn't:
from elem in XCollection select new CustomClass _
with {.customField = elem.someProperty}
Left joins are also unsupported.