Is it possible it iterate against multiple collections at once?
Is it possible it iterate against multiple collections at once?
I would like to know if you can do something like this..
for each r in <collection1>, <collection2>, <collection3>
It would seem this is not possible as I cannot find any reference to it.
Any help?
Thanks!