GetMultiAsDataTable

Posts   
 
    
softwarea
User
Posts: 57
Joined: 05-Mar-2007
# Posted on: 20-Oct-2007 16:39:57   

Hi there,

in former post you mentioned an EntityCollection method called "[b]GetMultiAsDataTable[/b]". Can't find this method...is it deprecated?

If so: Could anybody please tell me how to convert an EntityCollection into a DataTable or DataReader?

I'm using LLBL 2.5 and SelfServicing.

Thanks! Ingmar

Posts: 254
Joined: 16-Nov-2006
# Posted on: 21-Oct-2007 00:48:14   

Use projection from an EntityView into a dataTable.

Check the Projecting data inside an EntityView2 on another data-structure section in the LLBLGen Pro manual: "Using the generated code -> Adapter -> Using the EntityView2 class"

softwarea
User
Posts: 57
Joined: 05-Mar-2007
# Posted on: 21-Oct-2007 12:22:30   

Ok, thanks Matt!