Datasource with Stored procedures

Posts   
 
    
amrosalah
User
Posts: 12
Joined: 04-Apr-2008
# Posted on: 07-May-2008 20:43:35   

Can i use the LLBLgen datasource with retrieval procedures , declarative not via code ?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 08-May-2008 04:28:50   

Hi Amir.

You are able to set the LLBLGenProDataSource(2)'s container only to EntityCollections, TypedList or TypedView (declaratively).

However you can use LLBLGenProDataSource(2) with LivePersistence=false and, at the _PerformSelect _event use Resultset Projections to get the SP's results into EntityCollection, for example.

David Elizondo | LLBLGen Support Team