How to loop through entitycollection

Posts   
 
    
morpheus
User
Posts: 4
Joined: 29-Apr-2008
# Posted on: 29-Apr-2008 08:33:31   

Hi, I have just started using LLbGenPro,I want know how to loop through an entitycollection and want to take that data into a string array.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 29-Apr-2008 08:59:58   

eg.

foreach(CustomerEntity customer in customersCollection)
{...}