Retrieve Object

0
Hi Forum,   Could you explain to me what the part I circled mean? My understanding is it will retrieve all currentreservation from the association. But where did the Currentreservation come from? or it will be saved throgh the process of retrieving?
asked
1 answers
0

You are retrieving reservations from database in the first step and in the loop you iterate over the list. The current reservation is the iterated reservation.

answered