Hi,
i have an entity collection callsed users1, and another one called users2.
in users1 collection i have user1, user2 and user3.
in users2 collection u have user2, user4,user5.
is there a native way in llblgen to combine this two collections and get a new one that has the distinct entities of both collections? so the final collection will have user1 thru user5 and not have user2 twice.
i know i can loop through the entities of the second collection and if one doesnt exist in the first collection add it to the first collection. i am just asking for a native way to do this
thanks
-shane