refetch collection question

Posts   
 
    
c_pousson
User
Posts: 12
Joined: 03-Jul-2008
# Posted on: 30-Jul-2008 16:53:41   

ok I have a collection that I save and want to use in a scalar fashion. during the save, I set the true flag on refetch. Does this return the collection in the same order it was or does it reorder it? So far I have used this with no problem but I wanted to be sure that it doesn't change the order of the collection on the refetch.

Thanks for all the help on my threads guys. At first I was a little leary about llblgen but the more I learn about it the more I like using it.

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 30-Jul-2008 17:13:34   

THe order should be presereved, as the collection is looped each entity is saved and then refetched in order.