Stored Procedure result set to entity collection

Posts   
 
    
Gianc1412
User
Posts: 40
Joined: 30-Oct-2007
# Posted on: 03-Jan-2008 19:25:13   

I have the latest version of LLBLGEN and trying to find the most efficient way to read records returned from a SP into a entity collection. I need to be able to limit number of records returned and sort the collection.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 04-Jan-2008 06:10:35   

Projections should be help you here. Please read LLBLGenPro Help - Using the generated code - (Adapter | SS) - Fetching DataReaders and projections - Resulset projections - Projecting Stored Procedure resultset onto entity collection

David Elizondo | LLBLGen Support Team