Convert collection to DataTable or dataSet

Posts   
 
    
matt14
User
Posts: 2
Joined: 05-Oct-2006
# Posted on: 05-Oct-2006 10:57:11   

Hi,

I am working with LLBLGenPro v1. I want to convert a Collection from a generated class LLBLGen to a DataSet. Do you know who to do it? I didn't see atribute or procedure that do it...

Thank you for your help.

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 05-Oct-2006 16:03:06   

Instead of using an EntityCollection you may use a DynamicList or Typed List to fetch the data. (And these are DataTables).

Please check the following threads: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=3861 http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=4133

matt14
User
Posts: 2
Joined: 05-Oct-2006
# Posted on: 05-Oct-2006 16:51:27   

Well, thank you very much for your help smile

see you,


matt ( 14 )