It does not appear there is support for the concatenation functions Concat, Union, Except, or Intersect. Would it be possible to add support for these? The most important one for my use case is Concat, while the others would just be nice-to-have to round out the functionality.
My use case would be to use the function inside a Select() string, for example:
Select("CollectionA.Concat(CollectionB).Sum(SomeValue)")
It does not appear there is support for the concatenation functions
Concat,Union,Except, orIntersect. Would it be possible to add support for these? The most important one for my use case isConcat, while the others would just be nice-to-have to round out the functionality.My use case would be to use the function inside a Select() string, for example:
Select("CollectionA.Concat(CollectionB).Sum(SomeValue)")